TextToSpeechResponse Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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))