TextToSpeechResponseUpdate Constructeurs

Définition

Surcharges

Nom Description
TextToSpeechResponseUpdate()

Initialise une nouvelle instance de la classe TextToSpeechResponseUpdate.

TextToSpeechResponseUpdate(IList<AIContent>)

Initialise une nouvelle instance de la classe TextToSpeechResponseUpdate.

TextToSpeechResponseUpdate()

Source:
TextToSpeechResponseUpdate.cs

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

Source:
TextToSpeechResponseUpdate.cs

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

Paramètres

contents
IList<AIContent>

Contenu de cette mise à jour.

S’applique à