Dev Center
Swift
Objective-C
Table of contents

Class iIntermediateResult

Stores the intermediate result.

@interface iIntermediateResult 
Attribute Type Descriptions
resultsCount NSInteger The total result count.
results NSObject* One of the following types: Array of iContour, Array of iImageData, Array of iLineSegment, Array of iLocalizationResult, Array of iRegionOfInterest.
dataType EnumIMResultDataType The data type of the intermediate result.
resultType EnumIntermediateResultType Intermediate result type.
barcodeComplementMode EnumBarcodeComplementMode The EnumBarcodeComplementMode used when generating the current intermediate result.
bcmIndex NSInteger The array index of current used EnumBarcodeComplementMode in the barcodeComplementModes setting.
deformationResistingMode EnumDeformationResistingMode The EnumDeformationResistingMode used when generating the current intermediate result.
drmIndex NSInteger The array index of current used EnumDeformationResistingMode in the deformationResistingModes setting.
dpmCodeReadingMode EnumDPMCodeReadingMode The EnumDPMCodeReadingMode used when generating the current intermediate result.
dpmcrmIndex NSInteger The array index of current used EnumDPMCodeReadingMode in the dpmCodeReadingModes setting.
transformationMatrix NSArray * The rotation matrix.
textFilterMode EnumTextFilterMode The EnumTextFilterMode used when generating the current intermediate result.
tfmIndex NSInteger The array index of current used EnumTextFilterMode in the textFilterModes setting.
localizationMode EnumLocalizationMode The EnumLocalizationMode used when generating the current intermediate result.
lmIndex NSInteger The array index of current used EnumLocalizationMode in the localizationModes setting.
binarizationMode EnumBinarizationMode The EnumBinarizationMode used when generating the current intermediate result.
bmIndex NSInteger The array index of current used EnumBinarizationMode in the binarizationModes setting.
imagePreprocessingMode EnumImagePreprocessingMode The EnumImagePreprocessingMode used when generating the current intermediate result.
ipmIndex NSInteger The array index of current used EnumImagePreprocessingMode in imagePreprocessingModes setting.
roiId NSInteger The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image.
regionPredetectionMode EnumRegionPredetectionMode The EnumRegionPredetectionMode used when generating the current intermediate result.
rpmIndex NSInteger The array index of current used EnumRegionPredetectionMode in the regionPredetectionModes setting.
grayscaleTransformationMode EnumGrayscaleTransformationMode The EnumGrayscaleTransformationMode used when generating the current intermediate result.
gtmIndex NSInteger The array index of current used EnumGrayscaleTransformationMode in the grayscaleTransformationModes setting.
colourConversionMode EnumColourConversionMode The EnumColourConversionMode used when generating the current intermediate result.
cicmIndex NSInteger The array index of current used EnumColourConversionMode in the colourConversionModes setting.
colourClusteringMode EnumColourClusteringMode The EnumColourClusteringMode used when generating the current intermediate result.
ccmIndex NSInteger The array index of current used EnumColourClusteringMode in the colourClusteringModes setting.
scaleDownRatio NSInteger The scale down ratio.
frameId NSInteger The ID of the operated frame.

resultsCount

The total result count.

NSInteger resultsCount

results

One of the following types: Array of iContour, Array of iImageData, Array of iLineSegment, Array of iLocalizationResult, Array of iRegionOfInterest.

NSObject* results

dataType

The data type of the intermediate result

EnumIMResultDataType dataType

resultType

Intermediate result type.

EnumIntermediateResultType resultType

barcodeComplementMode

The EnumBarcodeComplementMode used when generating the current intermediate result.

EnumBarcodeComplementMode barcodeComplementMode

bcmIndex

The array index of current used EnumBarcodeComplementMode in the barcodeComplementModes setting.

NSInteger bcmIndex

deformationResistingMode

The EnumDeformationResistingMode used when generating the current intermediate result.

EnumDeformationResistingMode deformationResistingMode

drmIndex

The array index of current used EnumDeformationResistingMode in the deformationResistingModes setting.

NSInteger drmIndex

dpmCodeReadingMode

The EnumDPMCodeReadingMode used when generating the current intermediate result.

EnumDPMCodeReadingMode dpmCodeReadingMode

dpmcrmIndex

The array index of current used EnumDPMCodeReadingMode in the dpmCodeReadingModes setting.

NSInteger dpmcrmIndex

transformationMatrix

The rotation matrix.

NSArray* transformationMatrix[9]

textFilterMode

The EnumTextFilterMode used when generating the current intermediate result.

EnumTextFilterMode textFilterMode

tfmIndex

The array index of current used EnumTextFilterMode in the textFilterModes setting.

NSInteger tfmIndex

localizationMode

The EnumLocalizationMode used when generating the current intermediate result.

EnumLocalizationMode localizationMode

lmIndex

The array index of current used EnumLocalizationMode in the localizationModes setting.

NSInteger lmIndex

binarizationMode

The EnumBinarizationMode used when generating the current intermediate result.

EnumBinarizationMode binarizationMode

bmIndex

The array index of current used EnumBinarizationMode in the binarizationModes setting.

NSInteger bmIndex

imagePreprocessingMode

The EnumImagePreprocessingMode used when generating the current intermediate result.

EnumImagePreprocessingMode imagePreprocessingMode

ipmIndex

The array index of current used EnumImagePreprocessingMode in imagePreprocessingModes setting.

NSInteger ipmIndex

roiId

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

NSInteger roiId

regionPredetectionMode

The EnumRegionPredetectionMode used when generating the current intermediate result.

EnumRegionPredetectionMode regionPredetectionMode

rpmIndex

The array index of current used EnumRegionPredetectionMode in the regionPredetectionModes setting.

NSInteger rpmIndex

grayscaleTransformationMode

The EnumGrayscaleTransformationMode used when generating the current intermediate result.

EnumGrayscaleTransformationMode grayscaleTransformationMode

gtmIndex

The array index of current used EnumGrayscaleTransformationMode in the grayscaleTransformationModes setting.

NSInteger gtmIndex

colourConversionMode

The EnumColourConversionMode used when generating the current intermediate result.

EnumColourConversionMode colourConversionMode

cicmIndex

The array index of current used EnumColourConversionMode in the colourConversionModes setting.

NSInteger cicmIndex

colourClusteringMode

The EnumColourClusteringMode used when generating the current intermediate result.

EnumColourClusteringMode colourClusteringMode

ccmIndex

The array index of current used EnumColourClusteringMode in the colourClusteringModes setting.

NSInteger ccmIndex

scaleDownRatio

The scale down ratio.

NSInteger scaleDownRatio

frameId

The ID of the operated frame.

NSInteger frameId

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

version 7.5.0

  • Latest version (10.2.10)
  • Version 10.x
    • Version 10.0.21
    • Version 10.0.20
  • Version 9.x
    • Version 9.6.20
    • Version 9.6.11
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.13
    • Version 9.2.11
    • Version 9.2.10
    • Version 9.0.2
    • Version 9.0.1
    • Version 9.0.0
  • Version 8.x
    • Version 8.9.3
    • Version 8.9.1
    • Version 8.9.0
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.1
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +