ReadResult Class

CVB.Net Documentation
Common result components of a barcode read operation.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.BarcodeReadResult
    Stemmer.Cvb.BarcodeReadResult1D
    Stemmer.Cvb.BarcodeReadResult2D

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public class ReadResult

The ReadResult type exposes the following members.

Properties

  NameDescription
Public propertyCharactersRead
Number of characters that have been read.
Public propertyDecodingTime
Number of milliseconds the decoding took.
Public propertyLocation
Location of the Barcode inside the image.
Public propertyNumWords
Number of code words in the barcode (note: this is not necessarily the same as the number of characters that have been read!).
Public propertyResolution
Smallest width unit in the code in pixels. In case of SonyCodes this may either be the narrowest line or gap (whichever is smaller).
Public propertyResult
Result of a read operation (note that read operations may partly succeed, which is not considered an error).
Public propertyText
The text content of the barcode.
Public propertyType
The Symbology type of the result.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberNone
ReadResult structure that represents the situation where no result was found.
Top
Extension Methods

  NameDescription
Public Extension MethodGetGradingInfo
Extract the grading info from a reading result.
(Defined by ResultAnalysis.)
Public Extension MethodHasGradingInfo
Checks if a read result contains grading information.
(Defined by ResultAnalysis.)
Top
See Also

Reference