TextToSpeechResponse.ToTextToSpeechResponseUpdates Méthode

Définition

Crée un tableau d’instances TextToSpeechResponseUpdate qui représentent ce 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()

Retours

Tableau d’instances TextToSpeechResponseUpdate qui peuvent être utilisées pour représenter ce TextToSpeechResponse.

S’applique à