TrackDefinition
import type { TrackDefinition } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";
Track definition for the input asset.
interface TrackDefinition {
readonly detectedLanguages?: string[];
detectLanguages?: boolean;
inputTrack?: number;
languages?: string[];
}§Properties
§
readonly detectedLanguages?: string[]
[src]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.
§
detectLanguages?: boolean
[src]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.
§
languages?: string[]
[src]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.