CVB.Net 14.0
ReadResultSonyCode Class Reference

Read result for Sony codes. More...

Inherits ReadResult1D.

Properties

int Contrast [get]
 Code contrast.
 
double RadiusCode [get]
 Radius code in mm (double.NaN if the radius code has not bee calculated).
 
int ProductId [get]
 Product id.
 
- Properties inherited from ReadResult1D
GradeResult1D GradeResult [get, set]
 Grading results (null if grading was not selected or not possible).
 
- Properties inherited from ReadResult
string Text [get]
 The text content of the barcode.
 
int CharactersRead [get]
 Number of characters that have been read.
 
TimeSpan DecodingTime [get]
 Number of milliseconds the decoding took.
 
int NumWords [get]
 Number of code words in the barcode (note: this is not necessarily the same as the number of characters that have been read!).
 
Symbology Type [get]
 The Symbology type of the result.
 
Point2Dd[] Location [get]
 Location of the Barcode inside the image.
 
double Resolution [get]
 Smallest width unit in the code in pixels. In case of SonyCodes this may either be the narrowest line or gap (whichever is smaller).
 
DecodeResult Result [get]
 Result of a read operation (note that read operations may partly succeed, which is not considered an error).
 

Additional Inherited Members

- Static Public Attributes inherited from ReadResult
static readonly ReadResult None = new ReadResult()
 ReadResult structure that represents the situation where no result was found.
 

Detailed Description

Read result for Sony codes.