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

GoogleCloudVisionV1p4beta1Property

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

A Property consists of a user-supplied name/value pair.

interface GoogleCloudVisionV1p4beta1Property {
name?: string;
uint64Value?: bigint;
value?: string;
}

§Properties

§
name?: string
[src]

Name of the property.

§
uint64Value?: bigint
[src]

Value of numeric properties.

§
value?: string
[src]

Value of the property.