Class: Google::Cloud::Vision::V1p3beta1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::GcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/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.
803 804 805 806 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 803 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |