GoogleApi.Transcoder.V1.Model.TextMapping (google_api_transcoder v0.4.2)

View Source

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

Attributes

  • atomKey (type: String.t, default: nil) - Required. The EditAtom.key that references atom with text inputs in the JobConfig.edit_list.
  • inputKey (type: String.t, default: nil) - Required. The Input.key that identifies the input file.
  • inputTrack (type: integer(), default: nil) - Required. The zero-based index of the track in the input file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.TextMapping{
  atomKey: String.t() | nil,
  inputKey: String.t() | nil,
  inputTrack: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.