1.0.0-preview.4 (2020-07-07)
- [Breaking] Replace
RecognizedReceiptArray
with the more genericRecognizedFormArray
in the Poller response type returned bybeginRecognizeReceipts
andbeginRecognizeReceiptsFromUrl
. - Added an
expiresOn
property to theCopyAuthorization
type containing the time that the Copy Authorization will expire encoded as a JavaScriptDate
type. - [Breaking] Rename the
textContent
field of theFieldData
andFormTableCell
types tofieldElements
to mirror the change in its type. - [Breaking] Rename the
FormField
type'slabelText
andvalueText
fields tolabelData
andvalueData
respectively, to mirror the change of their type toFieldData
; - [Breaking] Rename the
includeTextContent
request option toincludeFieldElements
to mirror the change toFieldData
andFormElement
. - [Breaking] Rename
FieldText
toFieldData
andFormContent
toFormElement
to reflect that fields may contain more than textual information. - [Breaking] Rename
includeTextDetails
toincludeTextContent
in custom form and receipt recognition options to be consistent with other languages. - [Breaking] Rename properties
requestedOn
totrainingStartedOn
andcompletedOn
totrainingCompletedOn
inCustomFormModel
andCustomFormModelInfo
types.