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

GoogleCloudDatalabelingV1beta1PdfInstruction

import type { GoogleCloudDatalabelingV1beta1PdfInstruction } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Instruction from a PDF file.

interface GoogleCloudDatalabelingV1beta1PdfInstruction {
gcsFileUri?: string;
}

§Properties

§
gcsFileUri?: string
[src]

PDF file for the instruction. Only gcs path is allowed.