Class TranscriptOutputConfig (2.14.0)

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``.

Inheritance

builtins.object > proto.message.Message > TranscriptOutputConfig