Reference documentation and code samples for the Cloud Speech-to-Text V1p1beta1 API class Google::Cloud::Speech::V1p1beta1::TranscriptOutputConfig.
Specifies an optional destination for the recognition results.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_uri
def gcs_uri() -> ::String
Returns
-
(::String) — 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.
#gcs_uri=
def gcs_uri=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.