languageCode property
Output only. The BCP-47 language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.
Implementation
@$pb.TagNumber(5)
$core.String get languageCode => $_getSZ(3);
Implementation
@$pb.TagNumber(5)
set languageCode($core.String v) {
$_setString(3, v);
}