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

GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation

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

Set of detected objects with bounding boxes.

interface GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation {
languageCode?: string;
mid?: string;
name?: string;
score?: number;
}

§Properties

§

Image region to which this object belongs. This must be populated.

§
languageCode?: string
[src]

The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

§
mid?: string
[src]

Object ID that should align with EntityAnnotation mid.

§
name?: string
[src]

Object name, expressed in its language_code language.

§
score?: number
[src]

Score of the result. Range [0, 1].