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"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript