google_api_vision v0.2.0 GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetection View Source
Relevant information for the image from the Internet.
Attributes
- bestGuessLabels ([GoogleCloudVisionV1p2beta1WebDetectionWebLabel]): The service's best guess as to the topic of the request image. Inferred from similar images on the open web. Defaults to:
null
. - fullMatchingImages ([GoogleCloudVisionV1p2beta1WebDetectionWebImage]): Fully matching images from the Internet. Can include resized copies of the query image. Defaults to:
null
. - pagesWithMatchingImages ([GoogleCloudVisionV1p2beta1WebDetectionWebPage]): Web pages containing the matching images from the Internet. Defaults to:
null
. - partialMatchingImages ([GoogleCloudVisionV1p2beta1WebDetectionWebImage]): 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. Defaults to:
null
. - visuallySimilarImages ([GoogleCloudVisionV1p2beta1WebDetectionWebImage]): The visually similar image results. Defaults to:
null
. - webEntities ([GoogleCloudVisionV1p2beta1WebDetectionWebEntity]): Deduced entities from similar images on the Internet. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetection{ bestGuessLabels: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetectionWebLabel.t() ], fullMatchingImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetectionWebImage.t() ], pagesWithMatchingImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetectionWebPage.t() ], partialMatchingImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetectionWebImage.t() ], visuallySimilarImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetectionWebImage.t() ], webEntities: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetectionWebEntity.t() ] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.