Class TextMapping (1.3.1)

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

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

Attributes

NameDescription
atom_key str
Required. The ``EditAtom.key`` that references atom with text inputs in the ``Job.edit_list``.
input_key str
Required. The ``Input.key`` that identifies the input file.
input_track int
Required. The zero-based index of the track in the input file.

Inheritance

builtins.object > proto.message.Message > TextMapping