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

GoogleCloudVisionV1p2beta1OperationMetadata

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

Contains metadata for the BatchAnnotateImages operation.

interface GoogleCloudVisionV1p2beta1OperationMetadata {
createTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "CREATED"
| "RUNNING"
| "DONE"
| "CANCELLED";
updateTime?: Date;
}

§Properties

§
createTime?: Date
[src]

The time when the batch request was received.

§
state?: "STATE_UNSPECIFIED" | "CREATED" | "RUNNING" | "DONE" | "CANCELLED"
[src]

Current state of the batch operation.

§
updateTime?: Date
[src]

The time when the operation result was last updated.