Class TrackDefinition (1.17.0)

TrackDefinition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
input_track int
The input track. This field is a member of oneof_ _input_track.
languages MutableSequence[str]
Optional. 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.
detect_languages bool
Optional. Whether to automatically detect the languages present in the track. If true, the system will attempt to identify all the languages present in the track and populate the languages field.
detected_languages MutableSequence[str]
Output only. 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.