Class iFurtherModes
Stores the FurtherModes.
- Objective-C
- Swift
@interface iFurtherModes : NSObject
class iFurtherModes : NSObject
Attribute | Descriptions |
---|---|
colourClusteringModes |
Sets the mode and priority for colour categorization. |
colourConversionModes |
Sets the mode and priority for converting a colour image to a grayscale image. |
grayscaleTransformationModes |
Sets the mode and priority for the grayscale image conversion. |
regionPredetectionModes |
Sets the region pre-detection mode for barcodes search. |
imagePreprocessingModes |
Sets the mode and priority for image preprocessing algorithms. |
textureDetectionModes |
Sets the mode and priority for texture detection. |
textFilterModes |
Sets the mode and priority for text filter. |
dpmCodeReadingModes |
Sets the mode and priority for DPM code reading. |
deformationResistingModes |
Sets the mode and priority for deformation resisting. |
barcodeComplementModes |
Sets the mode and priority to complement the missing parts in the barcode. |
barcodeColourModes |
Sets the mode and priority for the barcode colour mode used to process the barcode zone. |
accompanyingTextRecognitionModes |
Sets the mode and priority to recognize accompanying text. |
colourClusteringModes
Sets the mode and priority for colour categorization. Not supported yet.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* colourClusteringModes
var colourClusteringModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumColourClusteringMode
Enumeration items.
Default Value
[EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
colourConversionModes
Sets the mode and priority for converting a colour image to a grayscale image.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* colourConversionModes
var colourConversionModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumColourConversionMode
Enumeration items.
Default Value
[EnumColourConversionModeGeneral, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
grayscaleTransformationModes
Sets the mode and priority for the grayscale image conversion.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* grayscaleTransformationModes
var grayscaleTransformationModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumGrayscaleTransformationMode
Enumeration items.
Default Value
[EnumGrayscaleTransformationModeOriginal, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumGrayscaleTransformationMode
regionPredetectionModes
Sets the region pre-detection mode for barcodes search.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* regionPredetectionModes
var regionPredetectionModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumRegionPredetectionMode
Enumeration items.
Default Value
[EnumRegionPredetectionModeGeneral, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is. If the image is large and the barcode on the image is very small, it is recommended to enable region predetection to speed up the localization process and recognition accuracy.
See Also
imagePreprocessingModes
Sets the mode and priority for image preprocessing algorithms.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* imagePreprocessingModes
var imagePreprocessingModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumImagePreprocessingMode
Enumeration items.
Default Value
[EnumImagePreprocessingModeGeneral, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
textureDetectionModes
Sets the mode and priority for texture detection.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* textureDetectionModes
var textureDetectionModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumTextureDetectionMode
Enumeration items.
Default Value
[EnumTextureDetectionModeGeneralWidthConcentration, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
textFilterModes
Sets the mode and priority for text filter.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* textFilterModes
var textFilterModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumTextFilterMode
Enumeration items.
Default Value
[EnumTextFilterModeGeneralContour, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is. If the image contains a lot of text, you can enable text filter to speed up the localization process.
See Also
dpmCodeReadingModes
Sets the mode and priority for DPM code reading.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* dpmCodeReadingModes
var dpmCodeReadingModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumDPMCodeReadingMode
Enumeration items.
Default Value
[EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
deformationResistingModes
Sets the mode and priority for deformation resisting.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* deformationResistingModes
var deformationResistingModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumDeformationResistingMode
Enumeration items.
Default Value
[EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
barcodeComplementModes
Sets the mode and priority to complement the missing parts in the barcode.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* barcodeComplementModes
var barcodeComplementModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumBarcodeComplementMode
Enumeration items.
Default Value
[EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
barcodeColourModes
Sets the mode and priority for the barcode colour mode used to process the barcode zone.
- Objective-C
- Swift
@property (nonatomic, readwrite, nullable) NSArray* barcodeColourModes
var barcodeColourModes: [Any]? { get set }
Value Range
Each array item can be any one of the EnumBarcodeColourMode
Enumeration items.
Default Value
[EnumBarcodeColourModeDarkOnLight, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also