TReadResult Class

Unit: ZXing.ReadResult
System.TObject
  ZXing.ReadResult.TReadResult
type TReadResult = class(TObject)

The TReadResult type exposes the following members.

Show:
 NameDescription
Create

Overloaded. Initializes a new instance of the class.

Create

Overloaded. Initializes a new instance of the class.

Destroy

Top
Show:
 NameDescription
BarcodeFormat

ResultMetaData

rawBytes

resultPoints

text

timeStamp

Gets the timestamp.

Top
Show:
 NameDescription
ToString

addResultPoints

Adds the result points.

putAllMetaData

Adds a list of metadata to the result

putMetadata

Adds one metadata to the result

Top