Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudVisionV1p4beta1WebDetectionWebPage

import type { GoogleCloudVisionV1p4beta1WebDetectionWebPage } from "https://googleapis.deno.dev/v1/vision:v1.ts";

Metadata for web pages.

interface GoogleCloudVisionV1p4beta1WebDetectionWebPage {
pageTitle?: string;
score?: number;
url?: string;
}

§Properties

§

Fully matching images on the page. Can include resized copies of the query image.

§
pageTitle?: string
[src]

Title for the web page, may contain HTML markups.

§

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?: number
[src]

(Deprecated) Overall relevancy score for the web page.

§
url?: string
[src]

The result web page URL.