Class iIntermediateResult
Stores the intermediate result.
- Objective-C
- Swift
@interface iIntermediateResult : NSObjectclass iIntermediateResult : NSObject
| Attribute | Descriptions |
|---|---|
resultsCount |
The total result count. |
results |
One of the following types: Array of iContour, Array of iImageData, Array of iLineSegment, Array of iLocalizationResult, Array of iRegionOfInterest. |
dataType |
The data type of the intermediate result. |
resultType |
Intermediate result type. |
barcodeComplementMode |
The EnumBarcodeComplementMode used when generating the current intermediate result. |
bcmIndex |
The array index of current used EnumBarcodeComplementMode in the barcodeComplementModes setting. |
deformationResistingMode |
The EnumDeformationResistingMode used when generating the current intermediate result. |
drmIndex |
The array index of current used EnumDeformationResistingMode in the deformationResistingModes setting. |
dpmCodeReadingMode |
The EnumDPMCodeReadingMode used when generating the current intermediate result. |
dpmcrmIndex |
The array index of current used EnumDPMCodeReadingMode in the dpmCodeReadingModes setting. |
transformationMatrix |
The rotation matrix. |
textFilterMode |
The EnumTextFilterMode used when generating the current intermediate result. |
tfmIndex |
The array index of current used EnumTextFilterMode in the textFilterModes setting. |
localizationMode |
The EnumLocalizationMode used when generating the current intermediate result. |
lmIndex |
The array index of current used EnumLocalizationMode in the localizationModes setting. |
binarizationMode |
The EnumBinarizationMode used when generating the current intermediate result. |
bmIndex |
The array index of current used EnumBinarizationMode in the binarizationModes setting. |
imagePreprocessingMode |
The EnumImagePreprocessingMode used when generating the current intermediate result. |
ipmIndex |
The array index of current used EnumImagePreprocessingMode in imagePreprocessingModes setting. |
roiId |
The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image. |
regionPredetectionMode |
The EnumRegionPredetectionMode used when generating the current intermediate result. |
rpmIndex |
The array index of current used EnumRegionPredetectionMode in the regionPredetectionModes setting. |
grayscaleTransformationMode |
The EnumGrayscaleTransformationMode used when generating the current intermediate result. |
gtmIndex |
The array index of current used EnumGrayscaleTransformationMode in the grayscaleTransformationModes setting. |
colourConversionMode |
The EnumColourConversionMode used when generating the current intermediate result. |
cicmIndex |
The array index of current used EnumColourConversionMode in the colourConversionModes setting. |
colourClusteringMode |
The EnumColourClusteringMode used when generating the current intermediate result. |
ccmIndex |
The array index of current used EnumColourClusteringMode in the colourClusteringModes setting. |
scaleDownRatio |
The scale down ratio. |
frameId |
The ID of the operated frame. |
rpmColourArgumentIndex |
The index of the rpm colour argument. |
resultsCount
The total result count.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger resultsCountvar resultsCount: Int { get set }
results
One of the following types: Array of iContour, Array of iImageData, Array of iLineSegment, Array of iLocalizationResult, Array of iRegionOfInterest.
- Objective-C
- Swift
@property (nonatomic, nullable) NSObject* resultsvar results: NSObject? { get set }
dataType
The data type of the intermediate result
- Objective-C
- Swift
@property (nonatomic, assign) EnumIMResultDataType dataTypevar dataType: EnumIMResultDataType { get set }
resultType
Intermediate result type.
- Objective-C
- Swift
@property (nonatomic, assign) EnumIntermediateResultType resultTypevar resultType: EnumIntermediateResultType { get set }
barcodeComplementMode
The EnumBarcodeComplementMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumBarcodeComplementMode barcodeComplementModevar barcodeComplementMode: EnumBarcodeComplementMode { get set }
bcmIndex
The array index of current used EnumBarcodeComplementMode in the barcodeComplementModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger bcmIndexvar bcmIndex: Int { get set }
deformationResistingMode
The EnumDeformationResistingMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumDeformationResistingMode deformationResistingModevar deformationResistingMode: EnumDeformationResistingMode { get set }
drmIndex
The array index of current used EnumDeformationResistingMode in the deformationResistingModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger drmIndexvar endPoint: Int { get set }
dpmCodeReadingMode
The EnumDPMCodeReadingMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumDPMCodeReadingMode dpmCodeReadingModevar dpmCodeReadingMode: EnumDPMCodeReadingMode { get set }
dpmcrmIndex
The array index of current used EnumDPMCodeReadingMode in the dpmCodeReadingModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger dpmcrmIndexvar dpmcrmIndex: Int { get set }
transformationMatrix
The rotation matrix.
- Objective-C
- Swift
@property (nonatomic, nonnull) NSArray* transformationMatrixvar transformationMatrix: [Any] { get set }
textFilterMode
The EnumTextFilterMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumTextFilterMode textFilterModevar textFilterMode: EnumTextFilterMode { get set }
tfmIndex
The array index of current used EnumTextFilterMode in the textFilterModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger tfmIndexvar tfmIndex: Int { get set }
localizationMode
The EnumLocalizationMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumLocalizationMode localizationModevar localizationMode: EnumLocalizationMode { get set }
lmIndex
The array index of current used EnumLocalizationMode in the localizationModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger lmIndexvar lmIndex: Int { get set }
binarizationMode
The EnumBinarizationMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumBinarizationMode binarizationModevar binarizationMode: EnumBinarizationMode { get set }
bmIndex
The array index of current used EnumBinarizationMode in the binarizationModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger bmIndexvar bmIndex: Int { get set }
imagePreprocessingMode
The EnumImagePreprocessingMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumImagePreprocessingMode imagePreprocessingModevar imagePreprocessingMode: EnumImagePreprocessingMode { get set }
ipmIndex
The array index of current used EnumImagePreprocessingMode in imagePreprocessingModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger ipmIndexvar ipmIndex: Int { get set }
roiId
The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger roiIdvar roiId: Int { get set }
regionPredetectionMode
The EnumRegionPredetectionMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumRegionPredetectionMode regionPredetectionModevar regionPredetectionMode: EnumRegionPredetectionMode { get set }
rpmIndex
The array index of current used EnumRegionPredetectionMode in the regionPredetectionModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger rpmIndexvar rpmIndex: Int { get set }
grayscaleTransformationMode
The EnumGrayscaleTransformationMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumGrayscaleTransformationMode grayscaleTransformationModevar grayscaleTransformationMode: EnumGrayscaleTransformationMode { get set }
gtmIndex
The array index of current used EnumGrayscaleTransformationMode in the grayscaleTransformationModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger gtmIndexvar gtmIndex: Int { get set }
colourConversionMode
The EnumColourConversionMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumColourConversionMode colourConversionModevar colourConversionMode: EnumColourConversionMode { get set }
cicmIndex
The array index of current used EnumColourConversionMode in the colourConversionModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger cicmIndexvar cicmIndex: Int { get set }
colourClusteringMode
The EnumColourClusteringMode used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumColourClusteringMode colourClusteringModevar colourClusteringMode: EnumColourClusteringMode { get set }
ccmIndex
The array index of current used EnumColourClusteringMode in the colourClusteringModes setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger ccmIndexvar ccmIndex: Int { get set }
scaleDownRatio
The scale down ratio.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger scaleDownRatiovar scaleDownRatio: Int { get set }
frameId
The ID of the operated frame.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger frameIdvar frameId: Int { get set }
rpmColourArgumentIndex
The index of the rpm colour argument.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger rpmColourArgumentIndexvar rpmColourArgumentIndex: Int { get set }