TextMappingArgs

data class TextMappingArgs(val atomKey: Output<String>, val inputKey: Output<String>, val inputTrack: Output<Int>) : ConvertibleToJava<TextMappingArgs>

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

Constructors

Link copied to clipboard
fun TextMappingArgs(atomKey: Output<String>, inputKey: Output<String>, inputTrack: Output<Int>)

Functions

Link copied to clipboard
open override fun toJava(): TextMappingArgs

Properties

Link copied to clipboard
val atomKey: Output<String>

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

Link copied to clipboard
val inputKey: Output<String>

The Input.key that identifies the input file.

Link copied to clipboard
val inputTrack: Output<Int>

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