class Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p1beta1GcsSource

The Google Cloud Storage location where the input will be read from.

Attributes

uri[RW]

Google Cloud Storage URI for the input file. This must only be a Google Cloud Storage object. Wildcards are not currently supported. Corresponds to the JSON property `uri` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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