Class: Google::Cloud::Speech::V1p1beta1::TranscriptOutputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb

Overview

Specifies an optional destination for the recognition results.

Instance Attribute Summary collapse

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.

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.



60
61
62
63
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb', line 60

class TranscriptOutputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end