Skip to content

Latest commit

 

History

History
293 lines (198 loc) · 12.6 KB

auxiliary-IntermediateResult.md

File metadata and controls

293 lines (198 loc) · 12.6 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content noTitleIndex ignore permalink
default-layout
IntermediateResult Class - Dynamsoft Barcode Reader Android API Reference
This page shows the IntermediateResult Class of Dynamsoft Barcode Reader for Android SDK.
IntermediateResult, class, api reference, android
true
false
true
true
/programming/android/api-reference/auxiliary-IntermediateResult.html

IntermediateResult

Stores the intermediate result.

class com.dynamsoft.dbr.IntermediateResult;
Attribute Type Descriptions
results Object[] One of the following types: Array of Contour, Array of ImageData, Array of LineSegment, Array of LocalizationResult, Array of RegionOfInterest.
dataType int The data type of the intermediate result.
resultType int Intermediate result type.
barcodeComplementMode int The [EnumBarcodeComplementMode]({{ site.mobile_enum }}barcode-complement-mode.html?lang=android) used when generating the current intermediate result.
bcmIndex int The array index of current used [EnumBarcodeComplementMode]({{ site.mobile_enum }}barcode-complement-mode.html?lang=android) in the barcodeComplementModes setting.
deformationResistingMode int The [EnumDeformationResistingMode]({{ site.mobile_enum }}deformation-resisting-mode.html?lang=android) used when generating the current intermediate result.
drmIndex int The array index of current used [EnumDeformationResistingMode]({{ site.mobile_enum }}deformation-resisting-mode.html?lang=android) in the deformationResistingModes setting.
dpmCodeReadingMode int The [EnumDPMCodeReadingMode]({{ site.mobile_enum }}dpm-code-reading-mode.html?lang=android) used when generating the current intermediate result.
dpmcrmIndex int The array index of current used [EnumDPMCodeReadingMode]({{ site.mobile_enum }}dpm-code-reading-mode.html?lang=android) in the dpmCodeReadingModes setting.
rotationMatrix double[] The rotation matrix.
textFilterMode int The [EnumTextFilterMode]({{ site.mobile_enum }}text-filter-mode.html?lang=android) used when generating the current intermediate result.
tfmIndex int The array index of current used [EnumTextFilterMode]({{ site.mobile_enum }}text-filter-mode.html?lang=android) in the textFilterModes setting.
localizationMode int The [EnumLocalizationMode]({{ site.mobile_enum }}localization-mode.html?lang=android) used when generating the current intermediate result.
lmIndex int The array index of current used [EnumLocalizationMode]({{ site.mobile_enum }}localization-mode.html?lang=android) in the localizationModes setting.
binarizationMode int The [EnumBinarizationMode]({{ site.mobile_enum }}binarization-mode.html?lang=android) used when generating the current intermediate result.
bmIndex int The array index of current used [EnumBinarizationMode]({{ site.mobile_enum }}binarization-mode.html?lang=android) in the binarizationModes setting.
imagePreprocessingMode int The [EnumImagePreprocessingMode]({{ site.mobile_enum }}image-preprocessing-mode.html?lang=android) used when generating the current intermediate result.
ipmIndex int The array index of current used [EnumImagePreprocessingMode]({{ site.mobile_enum }}image-preprocessing-mode.html?lang=android) in imagePreprocessingModes setting.
roiId int The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image.
regionPredetectionMode int The [EnumRegionPredetectionMode]({{ site.mobile_enum }}region-predetection-mode.html?lang=android) used when generating the current intermediate result.
rpmIndex int The array index of current used [EnumRegionPredetectionMode]({{ site.mobile_enum }}region-predetection-mode.html?lang=android) in the regionPredetectionModes setting.
grayscaleTransformationMode int The [EnumGrayscaleTransformationMode]({{ site.mobile_enum }}grayscale-transformation-mode.html?lang=android) used when generating the current intermediate result.
gtmIndex int The array index of current used [EnumGrayscaleTransformationMode]({{ site.mobile_enum }}grayscale-transformation-mode.html?lang=android) in the grayscaleTransformationModes setting.
colourConversionMode int The [EnumColourConversionMode]({{ site.mobile_enum }}colour-conversion-mode.html?lang=android) used when generating the current intermediate result.
cicmIndex int The array index of current used [EnumColourConversionMode]({{ site.mobile_enum }}colour-conversion-mode.html?lang=android) in the colourConversionModes setting.
colourClusteringMode int The [EnumColourClusteringMode]({{ site.mobile_enum }}colour-clustering-mode.html?lang=android) used when generating the current intermediate result.
ccmIndex int The array index of current used [EnumColourClusteringMode]({{ site.mobile_enum }}colour-clustering-mode.html?lang=android) in the colourClusteringModes setting.
scaleDownRatio int The scale down ratio.
frameId int The ID of the operated frame.
rpmColourArgumentIndex int The index of the rpm colour argument.

results

One of the following types: Array of Contour, Array of ImageData, Array of LineSegment, Array of LocalizationResult, Array of RegionOfInterest.

Object[] results

dataType

The data type of the intermediate result.

int dataType

resultType

Intermediate result type.

int resultType

barcodeComplementMode

The [EnumBarcodeComplementMode]({{ site.mobile_enum }}barcode-complement-mode.html?lang=android) used when generating the current intermediate result.

iny barcodeComplementMode

bcmIndex

The array index of current used [EnumBarcodeComplementMode]({{ site.mobile_enum }}barcode-complement-mode.html?lang=android) in the barcodeComplementModes setting.

int bcmIndex

deformationResistingMode

The [EnumDeformationResistingMode]({{ site.mobile_enum }}deformation-resisting-mode.html?lang=android) used when generating the current intermediate result.

int deformationResistingMode

drmIndex

The array index of current used [EnumDeformationResistingMode]({{ site.mobile_enum }}deformation-resisting-mode.html?lang=android) in the deformationResistingModes setting.

int drmIndex

dpmCodeReadingMode

The [EnumDPMCodeReadingMode]({{ site.mobile_enum }}dpm-code-reading-mode.html?lang=android) used when generating the current intermediate result.

int dpmCodeReadingMode

dpmcrmIndex

The array index of current used [EnumDPMCodeReadingMode]({{ site.mobile_enum }}dpm-code-reading-mode.html?lang=android) in the dpmCodeReadingModes setting.

int dpmcrmIndex

rotationMatrix

The rotation matrix.

double[] rotationMatrix

textFilterMode

The [EnumTextFilterMode]({{ site.mobile_enum }}text-filter-mode.html?lang=android) used when generating the current intermediate result.

int textFilterMode

tfmIndex

The array index of current used [EnumTextFilterMode]({{ site.mobile_enum }}text-filter-mode.html?lang=android) in the textFilterModes setting.

int tfmIndex

localizationMode

The [EnumLocalizationMode]({{ site.mobile_enum }}localization-mode.html?lang=android) used when generating the current intermediate result.

int localizationMode

lmIndex

The array index of current used [EnumLocalizationMode]({{ site.mobile_enum }}localization-mode.html?lang=android) in the localizationModes setting.

int lmIndex

binarizationMode

The [EnumBinarizationMode]({{ site.mobile_enum }}binarization-mode.html?lang=android) used when generating the current intermediate result.

int binarizationMode

bmIndex

The array index of current used [EnumBinarizationMode]({{ site.mobile_enum }}binarization-mode.html?lang=android) in the binarizationModes setting.

int bmIndex

imagePreprocessingMode

The [EnumImagePreprocessingMode]({{ site.mobile_enum }}image-preprocessing-mode.html?lang=android) used when generating the current intermediate result.

int imagePreprocessingMode

ipmIndex

The array index of current used [EnumImagePreprocessingMode]({{ site.mobile_enum }}image-preprocessing-mode.html?lang=android) in imagePreprocessingModes setting.

int ipmIndex

roiId

The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image.

int roiId

regionPredetectionMode

The [EnumRegionPredetectionMode]({{ site.mobile_enum }}region-predetection-mode.html?lang=android) used when generating the current intermediate result.

int regionPredetectionMode

rpmIndex

The array index of current used [EnumRegionPredetectionMode]({{ site.mobile_enum }}region-predetection-mode.html?lang=android) in the regionPredetectionModes setting.

int rpmIndex

grayscaleTransformationMode

The [EnumGrayscaleTransformationMode]({{ site.mobile_enum }}grayscale-transformation-mode.html?lang=android) used when generating the current intermediate result.

int grayscaleTransformationMode

gtmIndex

The array index of current used [EnumGrayscaleTransformationMode]({{ site.mobile_enum }}grayscale-transformation-mode.html?lang=android) in the grayscaleTransformationModes setting.

int gtmIndex

colourConversionMode

The [EnumColourConversionMode]({{ site.mobile_enum }}colour-conversion-mode.html?lang=android) used when generating the current intermediate result.

int colourConversionMode

cicmIndex

The array index of current used [EnumColourConversionMode]({{ site.mobile_enum }}colour-conversion-mode.html?lang=android) in the colourConversionModes setting.

int cicmIndex

colourClusteringMode

The [EnumColourClusteringMode]({{ site.mobile_enum }}colour-clustering-mode.html?lang=android) used when generating the current intermediate result.

int colourClusteringMode

ccmIndex

The array index of current used [EnumColourClusteringMode]({{ site.mobile_enum }}colour-clustering-mode.html?lang=android) in the colourClusteringModes setting.

int ccmIndex

scaleDownRatio

The scale down ratio.

int scaleDownRatio

frameId

The ID of the operated frame.

int frameId

rpmColourArgumentIndex

The index of the rpm colour argument.

int rpmColourArgumentIndex