Each field in the response will have two attributes:
Example:
{
"totalAmount": {
"value": 45.99,
"conf_score": 0.98
}
}
In this structure, the totalAmount
key has two components:
value
: Contains the actual parsed value (45.99
as a float).conf_score
: Contains the confidence score (0.98
).