TextToSpeechResponseUpdateExtensions.ToTextToSpeechResponse Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Kombinerar TextToSpeechResponseUpdate instanser till en enda 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
Parametrar
- updates
- IEnumerable<TextToSpeechResponseUpdate>
Uppdateringarna som ska kombineras.
Returer
Den kombinerade TextToSpeechResponse.