SpeechToTextResponseUpdate Constructeurs

Définition

Surcharges

Nom Description
SpeechToTextResponseUpdate()

Initialise une nouvelle instance de la classe SpeechToTextResponseUpdate.

SpeechToTextResponseUpdate(IList<AIContent>)

Initialise une nouvelle instance de la classe SpeechToTextResponseUpdate.

SpeechToTextResponseUpdate(String)

Initialise une nouvelle instance de la classe SpeechToTextResponseUpdate.

SpeechToTextResponseUpdate()

Source:
SpeechToTextResponseUpdate.cs

Initialise une nouvelle instance de la classe SpeechToTextResponseUpdate.

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

S’applique à

SpeechToTextResponseUpdate(IList<AIContent>)

Source:
SpeechToTextResponseUpdate.cs

Initialise une nouvelle instance de la classe SpeechToTextResponseUpdate.

public:
 SpeechToTextResponseUpdate(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ contents);
public SpeechToTextResponseUpdate(System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> contents);
new Microsoft.Extensions.AI.SpeechToTextResponseUpdate : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> -> Microsoft.Extensions.AI.SpeechToTextResponseUpdate
Public Sub New (contents As IList(Of AIContent))

Paramètres

contents
IList<AIContent>

Contenu de ce message.

S’applique à

SpeechToTextResponseUpdate(String)

Source:
SpeechToTextResponseUpdate.cs

Initialise une nouvelle instance de la classe SpeechToTextResponseUpdate.

public:
 SpeechToTextResponseUpdate(System::String ^ content);
public SpeechToTextResponseUpdate(string? content);
new Microsoft.Extensions.AI.SpeechToTextResponseUpdate : string -> Microsoft.Extensions.AI.SpeechToTextResponseUpdate
Public Sub New (content As String)

Paramètres

content
String

Contenu du message.

S’applique à