TranscriptionOptions.SpeechLanguage Property
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.
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.