DocumentIntegerField interface  
A DocumentField that has an integer value.
- Extends
- 
			DocumentValueField<number> 
Properties
| kind | Field kind: "integer". | 
Inherited 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. | 
| value | The field's value, which has the type specified in the field's schema. | 
Property Details
kind
Field kind: "integer".
kind: "integer"Property Value
"integer"
Inherited Property Details
		boundingRegions
	 
	Bounding regions covering the field.
boundingRegions?: BoundingRegion[]Property Value
Inherited From DocumentValueField.boundingRegions
confidence
Confidence of correctly extracting the field.
confidence?: numberProperty Value
number
Inherited From DocumentValueField.confidence
content
The verbatim extracted text content of the field.
content?: stringProperty Value
string
Inherited From DocumentValueField.content
spans
Location of the field in the reading order concatenated content.
spans?: DocumentSpan[]Property Value
Inherited From DocumentValueField.spans
value
The field's value, which has the type specified in the field's schema.
value?: numberProperty Value
number
Inherited From DocumentValueField.value