Class: Google::Cloud::Video::Transcoder::V1::TextStream::TextMapping
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::TextStream::TextMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
The mapping for the Job.edit_list
atoms with text EditAtom.inputs
.
Instance Attribute Summary collapse
-
#atom_key ⇒ ::String
Required.
-
#input_key ⇒ ::String
Required.
-
#input_track ⇒ ::Integer
Required.
Instance Attribute Details
#atom_key ⇒ ::String
Returns Required. The EditAtom.key
that references atom with text inputs in the
Job.edit_list
.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1370 class TextMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_key ⇒ ::String
Returns Required. The Input.key
that identifies the input file.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1370 class TextMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_track ⇒ ::Integer
Returns Required. The zero-based index of the track in the input file.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1370 class TextMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |