Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TextMapping

import type { TextMapping } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.

interface TextMapping {
atomKey?: string;
inputKey?: string;
inputTrack?: number;
}

§Properties

§
atomKey?: string
[src]

Required. The EditAtom.key that references atom with text inputs in the JobConfig.edit_list.

§
inputKey?: string
[src]

Required. The Input.key that identifies the input file.

§
inputTrack?: number
[src]

Required. The zero-based index of the track in the input file.