SpeechToTextOptions 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
| SpeechToTextOptions() |
Initializes a new instance of the SpeechToTextOptions class. |
| SpeechToTextOptions(SpeechToTextOptions) |
Initializes a new instance of the SpeechToTextOptions class, performing a shallow copy of all properties from |
SpeechToTextOptions()
- Source:
- SpeechToTextOptions.cs
Initializes a new instance of the SpeechToTextOptions class.
public:
SpeechToTextOptions();
public SpeechToTextOptions();
Public Sub New ()
Applies to
SpeechToTextOptions(SpeechToTextOptions)
- Source:
- SpeechToTextOptions.cs
Initializes a new instance of the SpeechToTextOptions class, performing a shallow copy of all properties from other.
protected:
SpeechToTextOptions(Microsoft::Extensions::AI::SpeechToTextOptions ^ other);
protected SpeechToTextOptions(Microsoft.Extensions.AI.SpeechToTextOptions? other);
new Microsoft.Extensions.AI.SpeechToTextOptions : Microsoft.Extensions.AI.SpeechToTextOptions -> Microsoft.Extensions.AI.SpeechToTextOptions
Protected Sub New (other As SpeechToTextOptions)
Parameters
- other
- SpeechToTextOptions