Del via


TextToSpeechResponse.ToTextToSpeechResponseUpdates Method

Definition

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.

Applies to