View Source GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetection (google_api_vision v0.25.0)
Relevant information for the image from the Internet.
Attributes
-
bestGuessLabels
(type:list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebLabel.t)
, default:nil
) - The service's best guess as to the topic of the request image. Inferred from similar images on the open web. -
fullMatchingImages
(type:list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebImage.t)
, default:nil
) - Fully matching images from the Internet. Can include resized copies of the query image. -
pagesWithMatchingImages
(type:list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebPage.t)
, default:nil
) - Web pages containing the matching images from the Internet. -
partialMatchingImages
(type:list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebImage.t)
, default:nil
) - Partial matching images from the Internet. Those images are similar enough to share some key-point features. For example an original image will likely have partial matching for its crops. -
visuallySimilarImages
(type:list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebImage.t)
, default:nil
) - The visually similar image results. -
webEntities
(type:list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebEntity.t)
, default:nil
) - Deduced entities from similar images on the Internet.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetection{ bestGuessLabels: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebLabel.t() ] | nil, fullMatchingImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebImage.t() ] | nil, pagesWithMatchingImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebPage.t() ] | nil, partialMatchingImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebImage.t() ] | nil, visuallySimilarImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebImage.t() ] | nil, webEntities: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1WebDetectionWebEntity.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.