Need better scanning performance?
MinResultConfidence
MinResultConfidence defines the minimum confidence of the result.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── MinResultConfidence
Parent object: BarcodeFormatSpecification object
Example:
{
"MinResultConfidence": 0
}
- This snippet shows only the
MinResultConfidenceparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the MinResultConfidence is shown as follow:
| MinResultConfidence Parameter Details |
|---|
| Type int |
| Range [0, 100] |
| Default Value 30 |