TranscriptionOptions.SpeechLanguage Property

Definition

Gets or sets the language of the input speech audio.

public:
 property System::String ^ SpeechLanguage { System::String ^ get(); void set(System::String ^ value); };
public string? SpeechLanguage { get; set; }
member this.SpeechLanguage : string with get, set
Public Property SpeechLanguage As String

Property Value

Remarks

The language should be specified in ISO-639-1 format (e.g. "en"). Supplying the input speech language improves transcription accuracy and latency.

Applies to