Class: Google::Cloud::Speech::V1::TranscriptOutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V1::TranscriptOutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v1/cloud_speech.rb
Overview
Specifies an optional destination for the recognition results.
Instance Attribute Summary collapse
-
#gcs_uri ⇒ ::String
Specifies a Cloud Storage URI for the recognition results.
Instance Attribute Details
#gcs_uri ⇒ ::String
Returns 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.
60 61 62 63 |
# File 'proto_docs/google/cloud/speech/v1/cloud_speech.rb', line 60 class TranscriptOutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |