TextToSpeechResponseUpdate Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| TextToSpeechResponseUpdate() |
Initialisiert eine neue Instanz der TextToSpeechResponseUpdate-Klasse. |
| TextToSpeechResponseUpdate(IList<AIContent>) |
Initialisiert eine neue Instanz der TextToSpeechResponseUpdate-Klasse. |
TextToSpeechResponseUpdate()
Initialisiert eine neue Instanz der TextToSpeechResponseUpdate-Klasse.
public:
TextToSpeechResponseUpdate();
[System.Text.Json.Serialization.JsonConstructor]
public TextToSpeechResponseUpdate();
Public Sub New ()
- Attribute
Gilt für:
TextToSpeechResponseUpdate(IList<AIContent>)
Initialisiert eine neue Instanz der TextToSpeechResponseUpdate-Klasse.
public:
TextToSpeechResponseUpdate(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ contents);
public TextToSpeechResponseUpdate(System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> contents);
new Microsoft.Extensions.AI.TextToSpeechResponseUpdate : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> -> Microsoft.Extensions.AI.TextToSpeechResponseUpdate
Public Sub New (contents As IList(Of AIContent))