TextMappingResponse

data class TextMappingResponse(val atomKey: String, val inputKey: String, val inputTrack: Int)

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

Constructors

Link copied to clipboard
fun TextMappingResponse(atomKey: String, inputKey: String, inputTrack: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Input.key that identifies the input file.

Link copied to clipboard

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