\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 : 

Type

$text

$text : 

Type

$byteSegments

$byteSegments : 

Type

$ecLevel

$ecLevel : 

Type

$errorsCorrected

$errorsCorrected : 

Type

$erasures

$erasures : 

Type

$other

$other : 

Type

$structuredAppendParity

$structuredAppendParity : 

Type

$structuredAppendSequenceNumber

$structuredAppendSequenceNumber : 

Type

Methods

__construct()

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

Parameters

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

getRawBytes()

getRawBytes() 

getText()

getText() 

getByteSegments()

getByteSegments() 

getECLevel()

getECLevel() 

getErrorsCorrected()

getErrorsCorrected() 

setErrorsCorrected()

setErrorsCorrected(  $errorsCorrected) 

Parameters

$errorsCorrected

getErasures()

getErasures() 

setErasures()

setErasures(  $erasures) 

Parameters

$erasures

getOther()

getOther() 

setOther()

setOther(  $other) 

Parameters

$other

hasStructuredAppend()

hasStructuredAppend() 

getStructuredAppendParity()

getStructuredAppendParity() 

getStructuredAppendSequenceNumber()

getStructuredAppendSequenceNumber()