class Google::Apis::VisionV1p2beta1::GcsSource
The Google
Cloud Storage location where the input will be read from.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1p2beta1/classes.rb, line 876 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_v1p2beta1/classes.rb, line 881 def update!(**args) @uri = args[:uri] if args.key?(:uri) end