TextToSpeechResponse Konstruktorer

Definition

Överlagringar

Name Description
TextToSpeechResponse()

Initierar en ny instans av TextToSpeechResponse klassen.

TextToSpeechResponse(IList<AIContent>)

Initierar en ny instans av TextToSpeechResponse klassen.

TextToSpeechResponse()

Källa:
TextToSpeechResponse.cs

Initierar en ny instans av TextToSpeechResponse klassen.

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

Gäller för

TextToSpeechResponse(IList<AIContent>)

Källa:
TextToSpeechResponse.cs

Initierar en ny instans av TextToSpeechResponse klassen.

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

Parametrar

contents
IList<AIContent>

Innehållet för det här svaret.

Gäller för