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

GoogleCloudVisionV1p2beta1ImageAnnotationContext

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

If an image was produced from a file (e.g. a PDF), this message gives information about the source of that image.

interface GoogleCloudVisionV1p2beta1ImageAnnotationContext {
pageNumber?: number;
uri?: string;
}

§Properties

§
pageNumber?: number
[src]

If the file was a PDF or TIFF, this field gives the page number within the file used to produce the image.

§
uri?: string
[src]

The URI of the file used to produce the image.