TextToSpeechResponseUpdateExtensions.ToTextToSpeechResponse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Combine des TextToSpeechResponseUpdate instances en un seul TextToSpeechResponse.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::AI::TextToSpeechResponse ^ ToTextToSpeechResponse(System::Collections::Generic::IEnumerable<Microsoft::Extensions::AI::TextToSpeechResponseUpdate ^> ^ updates);
public static Microsoft.Extensions.AI.TextToSpeechResponse ToTextToSpeechResponse(this System.Collections.Generic.IEnumerable<Microsoft.Extensions.AI.TextToSpeechResponseUpdate> updates);
static member ToTextToSpeechResponse : seq<Microsoft.Extensions.AI.TextToSpeechResponseUpdate> -> Microsoft.Extensions.AI.TextToSpeechResponse
<Extension()>
Public Function ToTextToSpeechResponse (updates As IEnumerable(Of TextToSpeechResponseUpdate)) As TextToSpeechResponse
Paramètres
- updates
- IEnumerable<TextToSpeechResponseUpdate>
Mises à jour à combiner.
Retours
TextToSpeechResponseCombiné .