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

GoogleCloudVisionV1p1beta1WebDetectionWebLabel

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

Label to provide extra metadata for the web detection.

interface GoogleCloudVisionV1p1beta1WebDetectionWebLabel {
label?: string;
languageCode?: string;
}

§Properties

§
label?: string
[src]

Label for extra metadata.

§
languageCode?: string
[src]

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