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

GoogleCloudVisionV1p1beta1WebDetectionWebEntity

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

Entity deduced from similar images on the Internet.

interface GoogleCloudVisionV1p1beta1WebDetectionWebEntity {
description?: string;
entityId?: string;
score?: number;
}

§Properties

§
description?: string
[src]

Canonical description of the entity, in English.

§
entityId?: string
[src]

Opaque entity ID.

§
score?: number
[src]

Overall relevancy score for the entity. Not normalized and not comparable across different image queries.