Skip to main content
interface OperationSummary
import { type OperationSummary } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/mod.ts";

Operation info.

Properties

operationId: string

Operation ID

Operation status.

optional
percentCompleted: number

Operation progress (0-100).

createdOn: Date

Date and time (UTC) when the operation was created.

lastUpdatedOn: Date

Date and time (UTC) when the status was last updated.

Type of operation.

resourceLocation: string

URL of the resource targeted by this operation.

optional
apiVersion: string

API version used to create this operation.

optional
tags: { [propertyName: string]: string; }

List of key-value tag attributes associated with the document model.