Freigeben über


TextToSpeechResponse Konstruktoren

Definition

Überlädt

Name Beschreibung
TextToSpeechResponse()

Initialisiert eine neue Instanz der TextToSpeechResponse-Klasse.

TextToSpeechResponse(IList<AIContent>)

Initialisiert eine neue Instanz der TextToSpeechResponse-Klasse.

TextToSpeechResponse()

Quelle:
TextToSpeechResponse.cs

Initialisiert eine neue Instanz der TextToSpeechResponse-Klasse.

public:
 TextToSpeechResponse();
[System.Text.Json.Serialization.JsonConstructor]
public TextToSpeechResponse();
Public Sub New ()
Attribute

Gilt für:

TextToSpeechResponse(IList<AIContent>)

Quelle:
TextToSpeechResponse.cs

Initialisiert eine neue Instanz der TextToSpeechResponse-Klasse.

public:
 TextToSpeechResponse(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ contents);
public TextToSpeechResponse(System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> contents);
new Microsoft.Extensions.AI.TextToSpeechResponse : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> -> Microsoft.Extensions.AI.TextToSpeechResponse
Public Sub New (contents As IList(Of AIContent))

Parameter

contents
IList<AIContent>

Der Inhalt für diese Antwort.

Gilt für: