DocumentKeyValuePair interface

Warning

This API is now deprecated.

An object representing a form field with distinct field label (key) and field value (may be empty).

Properties

confidence

Confidence of correctly extracting the key-value pair.

key

Field label of the key-value pair.

value

Field value of the key-value pair.

Property Details

confidence

Warning

This API is now deprecated.

Confidence of correctly extracting the key-value pair.

confidence: number

Property Value

number

key

Warning

This API is now deprecated.

Field label of the key-value pair.

key: DocumentKeyValueElement

Property Value

value

Warning

This API is now deprecated.

Field value of the key-value pair.

value?: DocumentKeyValueElement

Property Value