Class DetectionResult
public class DetectionResult
- Inheritance
-
DetectionResult
- Inherited Members
Constructors
DetectionResult(BarcodeMetadata, BoundingBox)
initializing constructor
public DetectionResult(BarcodeMetadata metadata, BoundingBox box)
Parameters
metadata
BarcodeMetadatabox
BoundingBox
Properties
Box
bounding box of the detected result
public BoundingBox Box { get; }
Property Value
ColumnCount
column count
public int ColumnCount { get; }
Property Value
DetectionResultColumns
result columns
public DetectionResultColumn[] DetectionResultColumns { get; set; }
Property Value
ErrorCorrectionLevel
error correction level
public int ErrorCorrectionLevel { get; }
Property Value
Metadata
metadata which are found
public BarcodeMetadata Metadata { get; }
Property Value
RowCount
row count
public int RowCount { get; }
Property Value
Methods
ToString()
Returns a string that represents the current DetectionResult.
public override string ToString()
Returns
- string
A string that represents the current DetectionResult.
getDetectionResultColumns()
Returns the DetectionResult Columns. This does a fair bit of calculation, so call it sparingly.
public DetectionResultColumn[] getDetectionResultColumns()
Returns
- DetectionResultColumn[]
The detection result columns.