View Source GoogleApi.Speech.V1.Model.LongRunningRecognizeMetadata (google_api_speech v0.28.0)
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(type:DateTime.t, default:nil) - Time of the most recent processing update. -
progressPercent(type:integer(), default:nil) - Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available. -
startTime(type:DateTime.t, default:nil) - Time when the request was received. -
uri(type:String.t, default:nil) - Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Speech.V1.Model.LongRunningRecognizeMetadata{ lastUpdateTime: DateTime.t() | nil, progressPercent: integer() | nil, startTime: DateTime.t() | nil, uri: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.