\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
$rawBytes
$text
$byteSegments
$ecLevel
$errorsCorrected
$erasures
$other
$structuredAppendParity
$structuredAppendSequenceNumber
N/A

Properties

$rawBytes

$rawBytes

$text

$text

$byteSegments

$byteSegments

$ecLevel

$ecLevel

$errorsCorrected

$errorsCorrected

$erasures

$erasures

$other

$other

$structuredAppendParity

$structuredAppendParity

$structuredAppendSequenceNumber

$structuredAppendSequenceNumber

Methods

__construct()

__construct(mixed  $rawBytes, mixed  $text, mixed  $byteSegments, mixed  $ecLevel, mixed  $saSequence = -1, mixed  $saParity = -1) : mixed

Parameters

mixed $rawBytes
mixed $text
mixed $byteSegments
mixed $ecLevel
mixed $saSequence
mixed $saParity

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) : mixed

Parameters

mixed $errorsCorrected

Returns

mixed —

getErasures()

getErasures() : mixed

Returns

mixed —

setErasures()

setErasures(mixed  $erasures) : mixed

Parameters

mixed $erasures

Returns

mixed —

getOther()

getOther() : mixed

Returns

mixed —

setOther()

setOther(mixed  $other) : mixed

Parameters

mixed $other

Returns

mixed —

hasStructuredAppend()

hasStructuredAppend() : mixed

Returns

mixed —

getStructuredAppendParity()

getStructuredAppendParity() : mixed

Returns

mixed —

getStructuredAppendSequenceNumber()

getStructuredAppendSequenceNumber() : mixed

Returns

mixed —