TextToSpeechResponseUpdate Constructors

Definitie

Overloads

Name Description
TextToSpeechResponseUpdate()

Initialiseert een nieuw exemplaar van de TextToSpeechResponseUpdate klasse.

TextToSpeechResponseUpdate(IList<AIContent>)

Initialiseert een nieuw exemplaar van de TextToSpeechResponseUpdate klasse.

TextToSpeechResponseUpdate()

Bron:
TextToSpeechResponseUpdate.cs

Initialiseert een nieuw exemplaar van de TextToSpeechResponseUpdate klasse.

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

Van toepassing op

TextToSpeechResponseUpdate(IList<AIContent>)

Bron:
TextToSpeechResponseUpdate.cs

Initialiseert een nieuw exemplaar van de TextToSpeechResponseUpdate klasse.

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

Parameters

contents
IList<AIContent>

De inhoud voor deze update.

Van toepassing op