google_api_speech v0.2.0 GoogleApi.Speech.V1.Model.LongRunningRecognizeMetadata View Source

Describes the progress of a long-running `LongRunningRecognize` call. It is included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.

Attributes

  • lastUpdateTime (DateTime.t): Time of the most recent processing update. Defaults to: null.
  • progressPercent (integer()): Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available. Defaults to: null.
  • startTime (DateTime.t): Time when the request was received. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Speech.V1.Model.LongRunningRecognizeMetadata{
  lastUpdateTime: DateTime.t(),
  progressPercent: any(),
  startTime: DateTime.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.