GoogleApi.Transcoder.V1beta1.Model.Progress (google_api_transcoder v0.4.2)

View Source

Estimated fractional progress for each step, from 0 to 1.

Attributes

  • analyzed (type: float(), default: nil) - Estimated fractional progress for analyzing step.
  • encoded (type: float(), default: nil) - Estimated fractional progress for encoding step.
  • notified (type: float(), default: nil) - Estimated fractional progress for notifying step.
  • uploaded (type: float(), default: nil) - Estimated fractional progress for uploading step.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.Progress{
  analyzed: float() | nil,
  encoded: float() | nil,
  notified: float() | nil,
  uploaded: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.