FieldValue interface
Base class representing a recognized field value.
Properties
elements | List of references to OCR words comprising the recognized field value. |
text | OCR text content of the recognized field. |
value |
Polymorphic Discriminator |
Property Details
elements
List of references to OCR words comprising the recognized field value.
elements?: ElementReference[]
Property Value
text
OCR text content of the recognized field.
text?: string
Property Value
string
valueType
Polymorphic Discriminator
valueType: "fieldValue"
Property Value
"fieldValue"