import { type AnalyzeOperationResult } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis.ts";
Status and result of the analyze operation.
Properties
status: OperationStatus
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: ErrorModelEncountered error during document analysis.
optional
analyzeResult: TResultDocument analysis result.