display #
A display
object represents a detected display in the meter.
It always contains the following properties:
and optionally contains the following properties, depending on the request:
Example response #
{
"objects": [
{
"meter": {
"objects": {
"display": [
{
"index": 0,
"objectId": "o-CTctspjZ",
"messages": [],
"confidence": "high",
"value": "14233.48",
"valueBeforeCorrection": "1423348",
"expectedNDigits": "5",
"ranges": {
"min": 14000.0,
"max": 14500.0
}
}
],
"serialNumber": [],
"barcode": []
}
}
}
]
}
Example response from API version 2024-03-01 #
{
"objects": [
{
"meter": {
"objects": {
"display": [
{
"index": 0,
"objectId": "o-CTctspjZ",
"messages": [],
"confidence": "high",
"value": "14233.48",
"valueBeforeCorrection": "1423348",
"expectedNDigits": "5",
"ranges": {
"min": 14000.0,
"max": 14500.0
}
}
],
"serialNumber": [],
"barcode": [],
"datamatrix": [],
"qrCode": []
}
}
}
]
}