Class: Google::Cloud::Vision::V1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::GcsSource
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
Overview
The Google Cloud Storage location where the input will be read from.
Instance Attribute Summary collapse
-
#uri ⇒ String
Google Cloud Storage URI for the input file.
Instance Attribute Details
#uri ⇒ String
Returns Google Cloud Storage URI for the input file. This must only be a Google Cloud Storage object. Wildcards are not currently supported.
650 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 650 class GcsSource; end |