TranscriptionOptions Class
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.
Represents options for configuring transcription.
public ref class TranscriptionOptions
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public class TranscriptionOptions
public class TranscriptionOptions
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type TranscriptionOptions = class
type TranscriptionOptions = class
Public Class TranscriptionOptions
- Inheritance
-
TranscriptionOptions
- Attributes
Constructors
| Name | Description |
|---|---|
| TranscriptionOptions() |
Initializes a new instance of the TranscriptionOptions class. |
Properties
| Name | Description |
|---|---|
| ModelId |
Gets or sets the model ID to use for transcription. |
| Prompt |
Gets or sets an optional prompt to guide the transcription. |
| SpeechLanguage |
Gets or sets the language of the input speech audio. |