TReadResult.Create Constructor

Initializes a new instance of the class.

Unit: ZXing.ReadResult
constructor Create(const text: string; const rawBytes: TArray<Byte>; const resultPoints: TArray<IResultPoint>; const format: TBarcodeFormat)

Parameters

text
Type: System.string

The text.

rawBytes
Type: TArray<Byte>

The raw bytes.

resultPoints
Type: TArray<IResultPoint>

The result points.

format
Type: ZXing.BarcodeFormat.TBarcodeFormat

The format.