google_api_vision v0.2.0 GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebPage View Source
Metadata for web pages.
Attributes
- fullMatchingImages ([GoogleCloudVisionV1p1beta1WebDetectionWebImage]): Fully matching images on the page. Can include resized copies of the query image. Defaults to:
null
. - pageTitle (String.t): Title for the web page, may contain HTML markups. Defaults to:
null
. - partialMatchingImages ([GoogleCloudVisionV1p1beta1WebDetectionWebImage]): Partial matching images on the page. 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
. - score (float()): (Deprecated) Overall relevancy score for the web page. Defaults to:
null
. - url (String.t): The result web page URL. 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.GoogleCloudVisionV1p1beta1WebDetectionWebPage{ fullMatchingImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebImage.t() ], pageTitle: any(), partialMatchingImages: [ GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebImage.t() ], score: any(), url: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.