GoogleApi.Vision.V1.Model.ImageSource (google_api_vision v0.23.0) View Source
External image source (Google Cloud Storage or web URL image location).
Attributes
-
gcsImageUri
(type:String.t
, default:nil
) - Useimage_uri
instead. The Google Cloud Storage URI of the formgs://bucket_name/object_name
. Object versioning is not supported. See Google Cloud Storage Request URIs for more info. -
imageUri
(type:String.t
, default:nil
) - The URI of the source image. Can be either: 1. A Google Cloud Storage URI of the formgs://bucket_name/object_name
. Object versioning is not supported. See Google Cloud Storage Request URIs for more info. 2. 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 bothgcs_image_uri
andimage_uri
are specified,image_uri
takes precedence.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.