Class: Google::Cloud::Vision::V1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::GcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
1034 1035 1036 1037 |
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 1034 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |