Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the intermediate result.
Attribute | Type |
---|---|
results |
Object[] |
dataType |
int |
resultType |
int |
barcodeComplementMode |
int |
bcmIndex |
int |
deformationResistingMode |
int |
drmIndex |
int |
dpmCodeReadingMode |
int |
dpmcrmIndex |
int |
rotationMatrix |
double[] |
textFilterMode |
int |
tfmIndex |
int |
localizationMode |
int |
lmIndex |
int |
binarizationMode |
int |
bmIndex |
int |
imagePreprocessingMode |
int |
ipmIndex |
int |
roiId |
int |
regionPredetectionMode |
int |
rpmIndex |
int |
grayscaleTransformationMode |
int |
gtmIndex |
int |
colourConversionMode |
int |
cicmIndex |
int |
colourClusteringMode |
int |
ccmIndex |
int |
scaleDownRatio |
int |
frameId |
int |
One of the following types: Array of Contour
, Array of ImageData
, Array of LineSegment
, Array of LocalizationResult
, Array of RegionOfInterest
.
Object[] com.dynamsoft.barcode.IntermediateResult.results
The data type of the intermediate result.
int com.dynamsoft.barcode.IntermediateResult.dataType
Intermediate result type.
int com.dynamsoft.barcode.IntermediateResult.resultType
The EnumBarcodeComplementMode
used when generating the current intermediate result.
iny com.dynamsoft.barcode.IntermediateResult.barcodeComplementMode
The array index of current used EnumBarcodeComplementMode
in the barcodeComplementModes
setting.
int com.dynamsoft.barcode.IntermediateResult.bcmIndex
The EnumDeformationResistingMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.deformationResistingMode
The array index of current used EnumDeformationResistingMode
in the deformationResistingModes
setting.
int com.dynamsoft.barcode.IntermediateResult.drmIndex
The EnumDPMCodeReadingMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.dpmCodeReadingMode
The array index of current used EnumDPMCodeReadingMode
in the dpmCodeReadingModes
setting.
int com.dynamsoft.barcode.IntermediateResult.dpmcrmIndex
The rotation matrix.
double[] com.dynamsoft.barcode.IntermediateResult.rotationMatrix
The EnumTextFilterMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.textFilterMode
The array index of current used EnumTextFilterMode
in the textFilterModes
setting.
int com.dynamsoft.barcode.IntermediateResult.tfmIndex
The EnumLocalizationMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.localizationMode
The array index of current used EnumLocalizationMode
in the localizationModes
setting.
int com.dynamsoft.barcode.IntermediateResult.lmIndex
The EnumBinarizationMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.binarizationMode
The array index of current used EnumBinarizationMode
in the binarizationModes
setting.
int com.dynamsoft.barcode.IntermediateResult.bmIndex
The EnumImagePreprocessingMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.imagePreprocessingMode
The array index of current used EnumImagePreprocessingMode
in imagePreprocessingModes
setting.
int com.dynamsoft.barcode.IntermediateResult.ipmIndex
The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image.
int com.dynamsoft.barcode.IntermediateResult.roiId
The EnumRegionPredetectionMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.regionPredetectionMode
The array index of current used EnumRegionPredetectionMode
in the regionPredetectionModes
setting.
int com.dynamsoft.barcode.IntermediateResult.rpmIndex
The EnumGrayscaleTransformationMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.grayscaleTransformationMode
The array index of current used EnumGrayscaleTransformationMode
in the grayscaleTransformationModes
setting.
int com.dynamsoft.barcode.IntermediateResult.gtmIndex
The EnumColourConversionMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.colourConversionMode
The array index of current used EnumColourConversionMode
in the colourConversionModes
setting.
int com.dynamsoft.barcode.IntermediateResult.cicmIndex
The EnumColourClusteringMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.colourClusteringMode
The array index of current used EnumColourClusteringMode
in the colourClusteringModes
setting.
int com.dynamsoft.barcode.IntermediateResult.ccmIndex
The scale down ratio.
int com.dynamsoft.barcode.IntermediateResult.scaleDownRatio
The ID of the operated frame.
int com.dynamsoft.barcode.IntermediateResult.frameId
version 7.5.0