Class TextMapping
The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class TextMapping : IDirectResponseSchema
Properties
AtomKey
Required. The EditAtom.key that references atom with text inputs in the JobConfig.edit_list.
Declaration
[JsonProperty("atomKey")]
public virtual string AtomKey { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputKey
Required. The Input.key that identifies the input file.
Declaration
[JsonProperty("inputKey")]
public virtual string InputKey { get; set; }
Property Value
Type | Description |
---|---|
string |
InputTrack
Required. The zero-based index of the track in the input file.
Declaration
[JsonProperty("inputTrack")]
public virtual int? InputTrack { get; set; }
Property Value
Type | Description |
---|---|
int? |