Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
BarcodeTextLengthRangeArray
Parameter BarcodeTextLengthRangeArray
defines the range of barcode text length for barcodes searching and result filtering.
Example
{
"BarcodeTextLengthRangeArray":
[
{
"MinValue": 100,
"MaxValue": 200
}
]
}
Parameter Summary
Parameter BarcodeTextLengthRangeArray
consist of a group of barcode text length range objects. Each barcode angle range object includes the maximum and minimum value of the barcode text length range.
Child Parameter Name | Child Parameter Summary |
---|---|
MinValue |
Description Defines the MinValue of the barcode text length range. |
Type int |
|
Range [0,0x7fffffff] |
|
MaxValue |
Description Defines the MaxValue of the barcode text length range. |
Type int |
|
Range [0,0x7fffffff] |
Default Settings
If the BarcodeTextLengthRangeArray
is not configured in your template file, the following settings will be used as the default settings.
{
"BarcodeTextLengthRangeArray ": []
}