Class LongRunningRecognizeMetadata (2.18.0)

LongRunningRecognizeMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

NameDescription
progress_percent int
Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
start_time google.protobuf.timestamp_pb2.Timestamp
Time when the request was received.
last_update_time google.protobuf.timestamp_pb2.Timestamp
Time of the most recent processing update.
uri str
Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.