Class BatchRecognizeTranscriptionMetadata (2.17.0)

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

Metadata about transcription for a single file (for example, progress percent).

Attributes

NameDescription
progress_percent int
How much of the file has been transcribed so far.
error google.rpc.status_pb2.Status
Error if one was encountered.
uri str
The GCS URI to which recognition results will be written.