NumberResolution interface
A resolution for numeric entity instances.
- Extends
Properties
| number |
The type of the extracted number entity. |
| resolution |
Polymorphic discriminator, which specifies the different types this object can be |
| value | A numeric representation of what the extracted text denotes. |
Property Details
numberKind
The type of the extracted number entity.
numberKind: string
Property Value
string
resolutionKind
Polymorphic discriminator, which specifies the different types this object can be
resolutionKind: "Number"
Property Value
"Number"
value
A numeric representation of what the extracted text denotes.
value: string
Property Value
string