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.
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-04-17 UTC."],[[["The latest version of the Google.Cloud.Vision.V1 library is 3.7.0, with multiple previous versions available for reference, including the current page's version at 2.4.0."],["ImageSource is a class that represents an external image source, which can be a Google Cloud Storage URI or a web URL."],["ImageSource inherits from the base Object class and implements several interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["ImageSource has two constructors and two properties, `GcsImageUri` (which is deprecated) and `ImageUri`, both of which are strings used to specify the location of an image, with `image_uri` taking precedence if both are present."],["The `ImageUri` property allows for both Google Cloud Storage URIs and publicly-accessible HTTP/HTTPS URLs, but with a note of caution for the latter that Google cannot guarantee request completion and may be subject to limitations."]]],[]]