TextToSpeechResponseUpdateExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for working with TextToSpeechResponseUpdate instances.
public ref class TextToSpeechResponseUpdateExtensions abstract sealed
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public static class TextToSpeechResponseUpdateExtensions
public static class TextToSpeechResponseUpdateExtensions
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type TextToSpeechResponseUpdateExtensions = class
type TextToSpeechResponseUpdateExtensions = class
Public Module TextToSpeechResponseUpdateExtensions
- Inheritance
-
TextToSpeechResponseUpdateExtensions
- Attributes
Methods
| Name | Description |
|---|---|
| ToTextToSpeechResponse(IEnumerable<TextToSpeechResponseUpdate>) |
Combines TextToSpeechResponseUpdate instances into a single TextToSpeechResponse. |
| ToTextToSpeechResponseAsync(IAsyncEnumerable<TextToSpeechResponseUpdate>, CancellationToken) |
Combines TextToSpeechResponseUpdate instances into a single TextToSpeechResponse. |