SpeechToTextResponseUpdateExtensions 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 SpeechToTextResponseUpdate instances.
public ref class SpeechToTextResponseUpdateExtensions abstract sealed
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public static class SpeechToTextResponseUpdateExtensions
public static class SpeechToTextResponseUpdateExtensions
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type SpeechToTextResponseUpdateExtensions = class
type SpeechToTextResponseUpdateExtensions = class
Public Module SpeechToTextResponseUpdateExtensions
- Inheritance
-
SpeechToTextResponseUpdateExtensions
- Attributes
Methods
ToSpeechToTextResponse(IEnumerable<SpeechToTextResponseUpdate>) |
Combines SpeechToTextResponseUpdate instances into a single SpeechToTextResponse. |
ToSpeechToTextResponseAsync(IAsyncEnumerable<SpeechToTextResponseUpdate>, CancellationToken) |
Combines SpeechToTextResponseUpdate instances into a single SpeechToTextResponse. |