class Google::Apis::SpeechV1p1beta1::TranscriptOutputConfig

Specifies an optional destination for the recognition results.

Attributes

gcs_uri[RW]

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. Corresponds to the JSON property `gcsUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/speech_v1p1beta1/classes.rb, line 1211
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/speech_v1p1beta1/classes.rb, line 1216
def update!(**args)
  @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
end