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

GoogleCloudVisionV1p4beta1WebDetectionWebImage

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

Metadata for online images.

interface GoogleCloudVisionV1p4beta1WebDetectionWebImage {
score?: number;
url?: string;
}

§Properties

§
score?: number
[src]

(Deprecated) Overall relevancy score for the image.

§
url?: string
[src]

The result image URL.