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