languages property

List<String>? languages
getter/setter pair

A list of languages spoken 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.

Optional.

Implementation

core.List<core.String>? languages;