Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ImageSource.
External image source (Google Cloud Storage or web URL image location).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_image_uri
def gcs_image_uri() -> ::String
-
(::String) — 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.
#gcs_image_uri=
def gcs_image_uri=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#image_uri
def image_uri() -> ::String
-
(::String) — 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
andimage_uri
are specified,image_uri
takes precedence.
#image_uri=
def image_uri=(value) -> ::String
-
value (::String) — 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
andimage_uri
are specified,image_uri
takes precedence.
-
(::String) — 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
andimage_uri
are specified,image_uri
takes precedence.