DocumentFieldCommon interface  
Fields that are common to all DocumentField variants.
Properties
| bounding | Bounding regions covering the field. | 
| confidence | Confidence of correctly extracting the field. | 
| content | The verbatim extracted text content of the field. | 
| spans | Location of the field in the reading order concatenated content. | 
Property Details
		boundingRegions
	 
	Bounding regions covering the field.
boundingRegions?: BoundingRegion[]Property Value
confidence
Confidence of correctly extracting the field.
confidence?: numberProperty Value
number
content
The verbatim extracted text content of the field.
content?: stringProperty Value
string
spans
Location of the field in the reading order concatenated content.
spans?: DocumentSpan[]