TextToSpeechOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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
- other
- TextToSpeechOptions