Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the intermediate result.
public class IntermediateResult
One of the following types: Array of Contour
, Array of ImageData
, Array of LineSegment
, Array of LocalizationResult
, Array of RegionOfInterest
.
object[] Dynamsoft.Barcode.IntermediateResult.Results
The data type of the intermediate result
EnumIMResultDataType Dynamsoft.Barcode.IntermediateResult.DataType
Intermediate result type.
EnumIntermediateResultType Dynamsoft.Barcode.IntermediateResult.ResultType
The BarcodeComplementMode
used when generating the current intermediate result.
EnumBarcodeComplementMode Dynamsoft.Barcode.IntermediateResult.BarcodeComplementMode
The array index of current used BarcodeComplementMode
in the BarcodeComplementModes
setting.
int Dynamsoft.Barcode.IntermediateResult.BCMIndex
The DeformationResistingMode
used when generating the current intermediate result.
EnumDeformationResistingMode Dynamsoft.Barcode.IntermediateResult.DeformationResistingMode
The array index of current used DeformationResistingMode
in the DeformationResistingModes
setting.
int Dynamsoft.Barcode.IntermediateResult.DRMIndex
The DPMCodeReadingMode
used when generating the current intermediate result.
EnumDPMCodeReadingMode Dynamsoft.Barcode.IntermediateResult.DPMCodeReadingMode
The array index of current used DPMCodeReadingMode
in the DPMCodeReadingModes
setting.
int Dynamsoft.Barcode.IntermediateResult.DPMCRMIndex
The rotation matrix.
double[] Dynamsoft.Barcode.IntermediateResult.RotationMatrix
The TextFilterMode
used when generating the current intermediate result.
EnumTextFilterMode Dynamsoft.Barcode.IntermediateResult.TextFilterMode
The array index of current used TextFilterMode
in the TextFilterModes
setting.
int Dynamsoft.Barcode.IntermediateResult.TFMIndex
The LocalizationMode
used when generating the current intermediate result.
EnumLocalizationMode Dynamsoft.Barcode.IntermediateResult.LocalizationMode
The array index of current used LocalizationMode
in the LocalizationModes
setting.
int Dynamsoft.Barcode.IntermediateResult.LMIndex
The BinarizationMode
used when generating the current intermediate result.
EnumBinarizationMode Dynamsoft.Barcode.IntermediateResult.BinarizationMode
The array index of current used BinarizationMode
in the BinarizationModes
setting.
int Dynamsoft.Barcode.IntermediateResult.BMIndex
The ImagePreprocessingMode
used when generating the current intermediate result.
EnumImagePreprocessingMode Dynamsoft.Barcode.IntermediateResult.ImagePreprocessingMode
The array index of current used ImagePreprocessingMode
in ImagePreprocessingModes
setting.
int Dynamsoft.Barcode.IntermediateResult.IPMIndex
The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image.
int Dynamsoft.Barcode.IntermediateResult.ROIId
The RegionPredetectionMode
used when generating the current intermediate result.
EnumRegionPredetectionMode Dynamsoft.Barcode.IntermediateResult.RegionPredetectionMode
The array index of current used RegionPredetectionMode
in the RegionPredetectionModes
setting.
int Dynamsoft.Barcode.IntermediateResult.RPMIndex
The GrayscaleTransformationMode
used when generating the current intermediate result.
EnumGrayscaleTransformationMode Dynamsoft.Barcode.IntermediateResult.GrayscaleTransformationMode
The array index of current used GrayscaleTransformationMode
in the GrayscaleTransformationModes
setting.
int Dynamsoft.Barcode.IntermediateResult.GTMIndex
The ColourConversionMode
used when generating the current intermediate result.
EnumColourConversionMode Dynamsoft.Barcode.IntermediateResult.ColourConversionMode
The array index of current used ColourConversionMode
in the ColourConversionModes
setting.
int Dynamsoft.Barcode.IntermediateResult.CICMIndex
The ColourClusteringMode
used when generating the current intermediate result.
EnumColourClusteringMode Dynamsoft.Barcode.IntermediateResult.ColourClusteringMode
The array index of current used ColourClusteringMode
in the ColourClusteringModes
setting.
int Dynamsoft.Barcode.IntermediateResult.CCMIndex
The scale down ratio.
int Dynamsoft.Barcode.IntermediateResult.ScaleDownRatio
The ID of the operated frame.
int Dynamsoft.Barcode.IntermediateResult.FrameId
version 7.6.0