Freigeben über


TextToSpeechResponseUpdate Konstruktoren

Definition

Überlädt

Name Beschreibung
TextToSpeechResponseUpdate()

Initialisiert eine neue Instanz der TextToSpeechResponseUpdate-Klasse.

TextToSpeechResponseUpdate(IList<AIContent>)

Initialisiert eine neue Instanz der TextToSpeechResponseUpdate-Klasse.

TextToSpeechResponseUpdate()

Quelle:
TextToSpeechResponseUpdate.cs

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>)

Quelle:
TextToSpeechResponseUpdate.cs

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))

Parameter

contents
IList<AIContent>

Der Inhalt für dieses Update.

Gilt für: