Share via


SpeechToTextOptions Constructors

Definition

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 other.

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

Applies to