View Source GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebPage (google_api_vision v0.25.0)

Metadata for web pages.

Attributes

  • fullMatchingImages (type: list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebImage.t), default: nil) - Fully matching images on the page. Can include resized copies of the query image.
  • pageTitle (type: String.t, default: nil) - Title for the web page, may contain HTML markups.
  • partialMatchingImages (type: list(GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebImage.t), default: nil) - 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.
  • score (type: number(), default: nil) - (Deprecated) Overall relevancy score for the web page.
  • url (type: String.t, default: nil) - The result web page URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebPage{
  fullMatchingImages:
    [
      GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebImage.t()
    ]
    | nil,
  pageTitle: String.t() | nil,
  partialMatchingImages:
    [
      GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p1beta1WebDetectionWebImage.t()
    ]
    | nil,
  score: number() | nil,
  url: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.