Class: Google::Cloud::Vision::V1::ImageSource
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::ImageSource
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
Overview
External image source (Google Cloud Storage or web URL image location).
Instance Attribute Summary collapse
-
#gcs_image_uri ⇒ String
Use +image_uri+ instead..
-
#image_uri ⇒ String
The URI of the source image.
Instance Attribute Details
#gcs_image_uri ⇒ String
Returns Use +image_uri+ instead.
The Google Cloud Storage URI of the form +gs://bucket_name/object_name+. Object versioning is not supported. See Google Cloud Storage Request URIs for more info.
108 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 108 class ImageSource; end |
#image_uri ⇒ String
Returns The URI of the source image. Can be either:
A Google Cloud Storage URI of the form +gs://bucket_name/object_name+. Object versioning is not supported. See Google Cloud Storage Request URIs for more info.
A publicly-accessible image HTTP/HTTPS URL. When fetching images from HTTP/HTTPS URLs, Google cannot guarantee that the request will be completed. Your request may fail if the specified host denies the request (e.g. due to request throttling or DOS prevention), or if Google throttles requests to the site for abuse prevention. You should not depend on externally-hosted images for production applications.
When both +gcs_image_uri+ and +image_uri+ are specified, +image_uri+ takes precedence.
108 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 108 class ImageSource; end |