import { type IAsyncAwaiter } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis.ts";
Async operation awaiter. Once wated, will pull the results until completed.
Methods
wait(abort?: AbortSignal): Promise<TResult>
Starts pulling the result into the progress property and returns the result once completed
getter
status(): OperationStatusCurrent progress status
getter
progress(): TResultgets the current progress