Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormPollerOperationOptions

Package version

Options for Form Recognition shared between prebuilt and custom models.

Hierarchy

  • FormPollerOperationOptions

Index

Properties

Optional onProgress

onProgress: undefined | ((state: RecognizeFormsOperationState) => void)

Callback that will receive events related to the progress of the form recognition operation.

Optional resumeFrom

resumeFrom: undefined | string

A serialized poller, used to resume an existing operation

Optional updateIntervalInMs

updateIntervalInMs: undefined | number

Time between each polling in milliseconds.

Generated using TypeDoc