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(6)
$core.String get languageCode => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set languageCode($core.String v) {
$_setString(5, v);
}