Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::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
defgcs_image_uri()->::String
Returns
(::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=
defgcs_image_uri=(value)->::String
Parameter
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.
Returns
(::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
defimage_uri()->::String
Returns
(::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 and image_uri are specified, image_uri takes
precedence.
#image_uri=
defimage_uri=(value)->::String
Parameter
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 and image_uri are specified, image_uri takes
precedence.
Returns
(::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 and image_uri are specified, image_uri takes
precedence.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Vision V1p3beta1 API - Class Google::Cloud::Vision::V1p3beta1::ImageSource (v0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/ruby/docs/reference/google-cloud-vision-v1p3beta1/latest/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.15.1](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.15.1/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.14.0](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.14.0/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.13.1](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.13.1/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.12.2](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.12.2/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.11.0](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.11.0/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.10.1](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.10.1/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.9.0](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.9.0/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.8.0](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.8.0/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.7.0](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.7.0/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.6.0](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.6.0/Google-Cloud-Vision-V1p3beta1-ImageSource)\n- [0.5.5](/ruby/docs/reference/google-cloud-vision-v1p3beta1/0.5.5/Google-Cloud-Vision-V1p3beta1-ImageSource) \nReference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::ImageSource.\n\nExternal image source (Google Cloud Storage or web URL image location). \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #gcs_image_uri\n\n def gcs_image_uri() -\u003e ::String\n\n**Returns**\n\n- (::String) --- **Use `image_uri` instead.**\n\n\n The Google Cloud Storage URI of the form\n `gs://bucket_name/object_name`. Object versioning is not supported. See\n [Google Cloud Storage Request\n URIs](https://cloud.google.com/storage/docs/reference-uris) for more info.\n\n### #gcs_image_uri=\n\n def gcs_image_uri=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- **Use `image_uri` instead.**\n\n\n The Google Cloud Storage URI of the form\n `gs://bucket_name/object_name`. Object versioning is not supported. See\n [Google Cloud Storage Request\nURIs](https://cloud.google.com/storage/docs/reference-uris) for more info. \n**Returns**\n\n- (::String) --- **Use `image_uri` instead.**\n\n\n The Google Cloud Storage URI of the form\n `gs://bucket_name/object_name`. Object versioning is not supported. See\n [Google Cloud Storage Request\n URIs](https://cloud.google.com/storage/docs/reference-uris) for more info.\n\n### #image_uri\n\n def image_uri() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The URI of the source image. Can be either:\n\n 1. A Google Cloud Storage URI of the form\n `gs://bucket_name/object_name`. Object versioning is not supported. See\n [Google Cloud Storage Request\n URIs](https://cloud.google.com/storage/docs/reference-uris) for more\n info.\n\n 2. A publicly-accessible image HTTP/HTTPS URL. When fetching images from\n HTTP/HTTPS URLs, Google cannot guarantee that the request will be\n completed. Your request may fail if the specified host denies the\n request (e.g. due to request throttling or DOS prevention), or if Google\n throttles requests to the site for abuse prevention. You should not\n depend on externally-hosted images for production applications.\n\n When both `gcs_image_uri` and `image_uri` are specified, `image_uri` takes\n precedence.\n\n### #image_uri=\n\n def image_uri=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The URI of the source image. Can be either:\n\n\n 1. A Google Cloud Storage URI of the form\n `gs://bucket_name/object_name`. Object versioning is not supported. See\n [Google Cloud Storage Request\n URIs](https://cloud.google.com/storage/docs/reference-uris) for more\n info.\n\n 2. A publicly-accessible image HTTP/HTTPS URL. When fetching images from\n HTTP/HTTPS URLs, Google cannot guarantee that the request will be\n completed. Your request may fail if the specified host denies the\n request (e.g. due to request throttling or DOS prevention), or if Google\n throttles requests to the site for abuse prevention. You should not\n depend on externally-hosted images for production applications.\n\n When both `gcs_image_uri` and `image_uri` are specified, `image_uri` takes\nprecedence. \n**Returns**\n\n- (::String) --- The URI of the source image. Can be either:\n\n 1. A Google Cloud Storage URI of the form\n `gs://bucket_name/object_name`. Object versioning is not supported. See\n [Google Cloud Storage Request\n URIs](https://cloud.google.com/storage/docs/reference-uris) for more\n info.\n\n 2. A publicly-accessible image HTTP/HTTPS URL. When fetching images from\n HTTP/HTTPS URLs, Google cannot guarantee that the request will be\n completed. Your request may fail if the specified host denies the\n request (e.g. due to request throttling or DOS prevention), or if Google\n throttles requests to the site for abuse prevention. You should not\n depend on externally-hosted images for production applications.\n\n When both `gcs_image_uri` and `image_uri` are specified, `image_uri` takes\n precedence."]]