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

GoogleCloudVisionV1p1beta1GcsSource

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

The Google Cloud Storage location where the input will be read from.

interface GoogleCloudVisionV1p1beta1GcsSource {
uri?: string;
}

§Properties

§
uri?: string
[src]

Google Cloud Storage URI for the input file. This must only be a Google Cloud Storage object. Wildcards are not currently supported.