alternativeLanguageCodes property

  1. @TagNumber(18)
List<String> alternativeLanguageCodes

A list of up to 3 additional BCP-47 language tags, listing possible alternative languages of the supplied audio. See Language Support for a list of the currently supported language codes. If alternative languages are listed, recognition result will contain recognition in the most likely language detected including the main language_code. The recognition result will include the language tag of the language detected in the audio. Note: This feature is only supported for Voice Command and Voice Search use cases and performance may vary for other use cases (e.g., phone call transcription).

Implementation

@$pb.TagNumber(18)
$core.List<$core.String> get alternativeLanguageCodes => $_getList(16);