Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReceiptPollerOperationOptions

Package version

Hierarchy

  • ReceiptPollerOperationOptions

Index

Properties

Optional onProgress

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

callback to receive events on the progress of download 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