LanguageCode enum

Possible values for the languageCode parameter of a StartStreamTranscriptionRequest.

Inheritance

Constructors

LanguageCode(String value)
Creates a LanguageCode with the given value.
const
LanguageCode.fromValue(String value)
Returns the LanguageCode for the given value.
factory

Values

deDe → const LanguageCode
const LanguageCode('de-DE')
enAu → const LanguageCode
const LanguageCode('en-AU')
enGb → const LanguageCode
const LanguageCode('en-GB')
enUs → const LanguageCode
const LanguageCode('en-US')
esUs → const LanguageCode
const LanguageCode('es-US')
frCa → const LanguageCode
const LanguageCode('fr-CA')
frFr → const LanguageCode
const LanguageCode('fr-FR')
hiIn → const LanguageCode
const LanguageCode('hi-IN')
itIt → const LanguageCode
const LanguageCode('it-IT')
jaJp → const LanguageCode
const LanguageCode('ja-JP')
koKr → const LanguageCode
const LanguageCode('ko-KR')
ptBr → const LanguageCode
const LanguageCode('pt-BR')
thTh → const LanguageCode
const LanguageCode('th-TH')
zhCn → const LanguageCode
const LanguageCode('zh-CN')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The language code value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LanguageCode>
A constant List of the values in this enum, in order of their declaration.