TextToSpeechResponse Constructeurs

Définition

Surcharges

Nom Description
TextToSpeechResponse()

Initialise une nouvelle instance de la classe TextToSpeechResponse.

TextToSpeechResponse(IList<AIContent>)

Initialise une nouvelle instance de la classe TextToSpeechResponse.

TextToSpeechResponse()

Source:
TextToSpeechResponse.cs

Initialise une nouvelle instance de la classe TextToSpeechResponse.

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

S’applique à

TextToSpeechResponse(IList<AIContent>)

Source:
TextToSpeechResponse.cs

Initialise une nouvelle instance de la classe TextToSpeechResponse.

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

Paramètres

contents
IList<AIContent>

Contenu de cette réponse.

S’applique à