Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BeginRecognizeCustomFormsOptions

Package version

Options for starting the custom form recognition operation.

Hierarchy

Index

Properties

Optional contentType

contentType: Exclude<FormContentType, "image/bmp">

Content type of the input. Supported types are "application/pdf", "image/jpeg", "image/png", and "image/tiff".

"image/bmp" is not supported for custom form analysis.

Optional includeFieldElements

includeFieldElements: undefined | false | true

Specifies whether to include text lines and element references in the result

Optional onProgress

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

Callback to progress events triggered in the Recognize Form Long-Running-Operation (LRO)

Optional resumeFrom

resumeFrom: undefined | string

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

Optional updateIntervalInMs

updateIntervalInMs: undefined | number

Delay to wait until next poll, in milliseconds

Generated using TypeDoc