TextToSpeechOptions Constructeurs

Définition

Surcharges

Nom Description
TextToSpeechOptions()

Initialise une nouvelle instance de la classe TextToSpeechOptions.

TextToSpeechOptions(TextToSpeechOptions)

Initialise une nouvelle instance de la TextToSpeechOptions classe, effectuant une copie superficielle de toutes les propriétés à partir de other.

TextToSpeechOptions()

Source:
TextToSpeechOptions.cs

Initialise une nouvelle instance de la classe TextToSpeechOptions.

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

S’applique à

TextToSpeechOptions(TextToSpeechOptions)

Source:
TextToSpeechOptions.cs

Initialise une nouvelle instance de la TextToSpeechOptions classe, effectuant une copie superficielle de toutes les propriétés à partir de 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)

Paramètres

S’applique à