Implemented interface member:
method
GetAudioAsync
Microsoft.Extensions.AI.ITextToSpeechClient.GetAudioAsync(System.String, Microsoft.Extensions.AI.TextToSpeechOptions, System.Threading.CancellationToken)
1 reference to GetAudioAsync
Microsoft.Extensions.AI.Abstractions.Tests (1)
TextToSpeech\TextToSpeechClientTests.cs (1)
29TextToSpeechResponse response = await client.GetAudioAsync("Hello, world!", expectedOptions, cts.Token);