TextAtom(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The mapping for the Job.edit_list
atoms with text
EditAtom.inputs
.
Attributes | |
---|---|
Name | Description |
key |
str
Required. The EditAtom.key that references atom with
text inputs in the Job.edit_list .
|
inputs |
Sequence[google.cloud.video.transcoder_v1beta1.types.TextStream.TextAtom.TextInput]
List of Job.inputs that should be embedded in this atom.
Only one input is supported.
|
Classes
TextInput
TextInput(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Identifies which input file and track should be used. .. attribute:: key
Required. The Input.key
that identifies the input file.
:type: str