Class iIntermediateResult
Stores the intermediate result.
- Objective-C
- Swift
@interface iIntermediateResult : NSObject
class 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 resultsCount
var 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* results
var results: NSObject? { get set }
dataType
The data type of the intermediate result
- Objective-C
- Swift
@property (nonatomic, assign) EnumIMResultDataType dataType
var dataType: EnumIMResultDataType { get set }
resultType
Intermediate result type.
- Objective-C
- Swift
@property (nonatomic, assign) EnumIntermediateResultType resultType
var resultType: EnumIntermediateResultType { get set }
barcodeComplementMode
The EnumBarcodeComplementMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumBarcodeComplementMode barcodeComplementMode
var barcodeComplementMode: EnumBarcodeComplementMode { get set }
bcmIndex
The array index of current used EnumBarcodeComplementMode
in the barcodeComplementModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger bcmIndex
var bcmIndex: Int { get set }
deformationResistingMode
The EnumDeformationResistingMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumDeformationResistingMode deformationResistingMode
var deformationResistingMode: EnumDeformationResistingMode { get set }
drmIndex
The array index of current used EnumDeformationResistingMode
in the deformationResistingModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger drmIndex
var endPoint: Int { get set }
dpmCodeReadingMode
The EnumDPMCodeReadingMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumDPMCodeReadingMode dpmCodeReadingMode
var dpmCodeReadingMode: EnumDPMCodeReadingMode { get set }
dpmcrmIndex
The array index of current used EnumDPMCodeReadingMode
in the dpmCodeReadingModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger dpmcrmIndex
var dpmcrmIndex: Int { get set }
transformationMatrix
The rotation matrix.
- Objective-C
- Swift
@property (nonatomic, nonnull) NSArray* transformationMatrix
var transformationMatrix: [Any] { get set }
textFilterMode
The EnumTextFilterMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumTextFilterMode textFilterMode
var textFilterMode: EnumTextFilterMode { get set }
tfmIndex
The array index of current used EnumTextFilterMode
in the textFilterModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger tfmIndex
var tfmIndex: Int { get set }
localizationMode
The EnumLocalizationMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumLocalizationMode localizationMode
var localizationMode: EnumLocalizationMode { get set }
lmIndex
The array index of current used EnumLocalizationMode
in the localizationModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger lmIndex
var lmIndex: Int { get set }
binarizationMode
The EnumBinarizationMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumBinarizationMode binarizationMode
var binarizationMode: EnumBinarizationMode { get set }
bmIndex
The array index of current used EnumBinarizationMode
in the binarizationModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger bmIndex
var bmIndex: Int { get set }
imagePreprocessingMode
The EnumImagePreprocessingMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumImagePreprocessingMode imagePreprocessingMode
var imagePreprocessingMode: EnumImagePreprocessingMode { get set }
ipmIndex
The array index of current used EnumImagePreprocessingMode
in imagePreprocessingModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger ipmIndex
var 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 roiId
var roiId: Int { get set }
regionPredetectionMode
The EnumRegionPredetectionMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumRegionPredetectionMode regionPredetectionMode
var regionPredetectionMode: EnumRegionPredetectionMode { get set }
rpmIndex
The array index of current used EnumRegionPredetectionMode
in the regionPredetectionModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger rpmIndex
var rpmIndex: Int { get set }
grayscaleTransformationMode
The EnumGrayscaleTransformationMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumGrayscaleTransformationMode grayscaleTransformationMode
var grayscaleTransformationMode: EnumGrayscaleTransformationMode { get set }
gtmIndex
The array index of current used EnumGrayscaleTransformationMode
in the grayscaleTransformationModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger gtmIndex
var gtmIndex: Int { get set }
colourConversionMode
The EnumColourConversionMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumColourConversionMode colourConversionMode
var colourConversionMode: EnumColourConversionMode { get set }
cicmIndex
The array index of current used EnumColourConversionMode
in the colourConversionModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger cicmIndex
var cicmIndex: Int { get set }
colourClusteringMode
The EnumColourClusteringMode
used when generating the current intermediate result.
- Objective-C
- Swift
@property (nonatomic, assign) EnumColourClusteringMode colourClusteringMode
var colourClusteringMode: EnumColourClusteringMode { get set }
ccmIndex
The array index of current used EnumColourClusteringMode
in the colourClusteringModes
setting.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger ccmIndex
var ccmIndex: Int { get set }
scaleDownRatio
The scale down ratio.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger scaleDownRatio
var scaleDownRatio: Int { get set }
frameId
The ID of the operated frame.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger frameId
var frameId: Int { get set }
rpmColourArgumentIndex
The index of the rpm colour argument.
- Objective-C
- Swift
@property (nonatomic, assign) NSInteger rpmColourArgumentIndex
var rpmColourArgumentIndex: Int { get set }