Freigeben über


TextToSpeechOptions Konstruktoren

Definition

Überlädt

Name Beschreibung
TextToSpeechOptions()

Initialisiert eine neue Instanz der TextToSpeechOptions-Klasse.

TextToSpeechOptions(TextToSpeechOptions)

Initialisiert eine neue Instanz der TextToSpeechOptions Klasse und führt eine flache Kopie aller Eigenschaften aus other.

TextToSpeechOptions()

Quelle:
TextToSpeechOptions.cs

Initialisiert eine neue Instanz der TextToSpeechOptions-Klasse.

public:
 TextToSpeechOptions();
public TextToSpeechOptions();
Public Sub New ()

Gilt für:

TextToSpeechOptions(TextToSpeechOptions)

Quelle:
TextToSpeechOptions.cs

Initialisiert eine neue Instanz der TextToSpeechOptions Klasse und führt eine flache Kopie aller Eigenschaften aus other.

protected:
 TextToSpeechOptions(Microsoft::Extensions::AI::TextToSpeechOptions ^ other);
protected TextToSpeechOptions(Microsoft.Extensions.AI.TextToSpeechOptions? other);
new Microsoft.Extensions.AI.TextToSpeechOptions : Microsoft.Extensions.AI.TextToSpeechOptions -> Microsoft.Extensions.AI.TextToSpeechOptions
Protected Sub New (other As TextToSpeechOptions)

Parameter

Gilt für: