StringValue interface
Recognized string field value.
Properties
elements | List of references to OCR words comprising the recognized field value. |
text | OCR text content of the recognized field. |
value | String value 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
value
String value of the recognized field.
value?: string
Property Value
string
valueType
Polymorphic Discriminator
valueType: "stringValue"
Property Value
"stringValue"