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