detectedLanguages property

List<String>? detectedLanguages
getter/setter pair

A list of languages detected in the input asset, represented by a BCP 47 language code, such as "en-US" or "sr-Latn".

For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. This field is only populated if the detect_languages field is set to true.

Output only.

Implementation

core.List<core.String>? detectedLanguages;