Struct TranscriptionProperties
The transcription configuration.
public struct TranscriptionProperties
- Inherited Members
Properties
HasSummary
Whether the transcription should include a summary of the session (true) or not (false, the default).
public bool HasSummary { readonly get; set; }
Property Value
PrimaryLanguageCode
The primary language spoken in the archive to be transcribed, in BCP-47 format, e.g. en-US, es-ES or pt-BR.
public string PrimaryLanguageCode { readonly get; set; }