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

Status and result of the analyze operation.

Properties

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: AnalyzeResult

Document analysis result.