Class TranscriptOutputConfig (2.17.1)

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

Specifies an optional destination for the recognition results.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

NameDescription
gcs_uri str
Specifies a Cloud Storage URI for the recognition results. Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist. This field is a member of oneof_ output_type.