GoogleApi.Transcoder.V1beta1.Model.TextInput (google_api_transcoder v0.2.0) View Source

Identifies which input file and track should be used.

Attributes

  • key (type: String.t, default: nil) - Required. The Input.key that identifies the input file.
  • track (type: integer(), default: nil) - Required. The zero-based index of the track in the input file.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Transcoder.V1beta1.Model.TextInput{
  key: String.t() | nil,
  track: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.