SpeechToTextOptions.Clone Method
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.
Produces a clone of the current SpeechToTextOptions instance.
public:
virtual Microsoft::Extensions::AI::SpeechToTextOptions ^ Clone();
public virtual Microsoft.Extensions.AI.SpeechToTextOptions Clone();
abstract member Clone : unit -> Microsoft.Extensions.AI.SpeechToTextOptions
override this.Clone : unit -> Microsoft.Extensions.AI.SpeechToTextOptions
Public Overridable Function Clone () As SpeechToTextOptions
Returns
A clone of the current SpeechToTextOptions instance.