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

Status and result of the analyze operation.

Properties

id: string

Operation id.

model: string

Model name.

Operation status.

createdOn: Date

Date and time (UTC) when the analyze operation was submitted.

lastUpdatedOn: Date

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

optional
error: ErrorModel

Encountered error during document analysis.

optional
analyzeResult: TResult

Document analysis result.