TextToSpeechResponseUpdate 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 |
|---|---|
| TextToSpeechResponseUpdate() |
Initialise une nouvelle instance de la classe TextToSpeechResponseUpdate. |
| TextToSpeechResponseUpdate(IList<AIContent>) |
Initialise une nouvelle instance de la classe TextToSpeechResponseUpdate. |
TextToSpeechResponseUpdate()
Initialise une nouvelle instance de la classe TextToSpeechResponseUpdate.
public:
TextToSpeechResponseUpdate();
[System.Text.Json.Serialization.JsonConstructor]
public TextToSpeechResponseUpdate();
Public Sub New ()
- Attributs
S’applique à
TextToSpeechResponseUpdate(IList<AIContent>)
Initialise une nouvelle instance de la classe TextToSpeechResponseUpdate.
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))