SpeechToTextResponse.ToSpeechToTextResponseUpdates Method
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.
Creates an array of SpeechToTextResponseUpdate instances that represent this SpeechToTextResponse.
public:
cli::array <Microsoft::Extensions::AI::SpeechToTextResponseUpdate ^> ^ ToSpeechToTextResponseUpdates();
public Microsoft.Extensions.AI.SpeechToTextResponseUpdate[] ToSpeechToTextResponseUpdates();
member this.ToSpeechToTextResponseUpdates : unit -> Microsoft.Extensions.AI.SpeechToTextResponseUpdate[]
Public Function ToSpeechToTextResponseUpdates () As SpeechToTextResponseUpdate()
Returns
An array of SpeechToTextResponseUpdate instances that may be used to represent this SpeechToTextResponse.