Jaa


TextToSpeechOptions Constructors

Definition

Overloads

Name Description
TextToSpeechOptions()

Initializes a new instance of the TextToSpeechOptions class.

TextToSpeechOptions(TextToSpeechOptions)

Initializes a new instance of the TextToSpeechOptions class, performing a shallow copy of all properties from other.

TextToSpeechOptions()

Source:
TextToSpeechOptions.cs

Initializes a new instance of the TextToSpeechOptions class.

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

Applies to

TextToSpeechOptions(TextToSpeechOptions)

Source:
TextToSpeechOptions.cs

Initializes a new instance of the TextToSpeechOptions class, performing a shallow copy of all properties from 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)

Parameters

Applies to