\Zxing\CommonDecoderResult

<p>Encapsulates the result of decoding a matrix of bits. This typically applies to 2D barcode formats. For now it contains the raw bytes obtained, as well as a String interpretation of those bytes, if applicable.</p>

Summary

Methods
Properties
Constants
__construct()
getRawBytes()
getText()
getByteSegments()
getECLevel()
getErrorsCorrected()
setErrorsCorrected()
getErasures()
setErasures()
getOther()
setOther()
hasStructuredAppend()
getStructuredAppendParity()
getStructuredAppendSequenceNumber()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$errorsCorrected
$erasures
$other
$rawBytes
$text
$byteSegments
$ecLevel
$structuredAppendSequenceNumber
$structuredAppendParity
N/A

Properties

$errorsCorrected

$errorsCorrected : mixed|null

Type

mixed|null

$erasures

$erasures : mixed|null

Type

mixed|null

$rawBytes

$rawBytes

$text

$text

$byteSegments

$byteSegments

$ecLevel

$ecLevel

$structuredAppendSequenceNumber

$structuredAppendSequenceNumber

$structuredAppendParity

$structuredAppendParity

Methods

__construct()

__construct(mixed  $rawBytes, mixed  $text, mixed  $byteSegments, mixed  $ecLevel, mixed  $structuredAppendSequenceNumber = -1, mixed  $structuredAppendParity = -1) : mixed

Parameters

mixed $rawBytes
mixed $text
mixed $byteSegments
mixed $ecLevel
mixed $structuredAppendSequenceNumber
mixed $structuredAppendParity

Returns

mixed —

getRawBytes()

getRawBytes() : mixed

Returns

mixed —

getText()

getText() : mixed

Returns

mixed —

getByteSegments()

getByteSegments() : mixed

Returns

mixed —

getECLevel()

getECLevel() : mixed

Returns

mixed —

getErrorsCorrected()

getErrorsCorrected() : mixed

Returns

mixed —

setErrorsCorrected()

setErrorsCorrected(mixed  $errorsCorrected) : void

Parameters

mixed $errorsCorrected

getErasures()

getErasures() : mixed

Returns

mixed —

setErasures()

setErasures(mixed  $erasures) : void

Parameters

mixed $erasures

getOther()

getOther() : mixed

Returns

mixed —

setOther()

setOther(mixed  $other) : void

Parameters

mixed $other

hasStructuredAppend()

hasStructuredAppend() : mixed

Returns

mixed —

getStructuredAppendParity()

getStructuredAppendParity() : mixed

Returns

mixed —

getStructuredAppendSequenceNumber()

getStructuredAppendSequenceNumber() : mixed

Returns

mixed —