Search
Preparing search index...
The search index is not available
@zxing/library - v0.18.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Home
core/pdf417/decoder
DetectionResultColumn
Class DetectionResultColumn
author
Guenther Grau
Hierarchy
DetectionResultColumn
DetectionResultRowIndicatorColumn
Index
Constructors
constructor
Properties
bounding
Box
codewords
MAX_
NEARBY_
DISTANCE
Methods
get
Bounding
Box
get
Codeword
get
Codeword
Nearby
get
Codewords
image
Row
ToCodeword
Index
set
Codeword
to
String
Constructors
constructor
new
Detection
Result
Column
(
boundingBox
:
BoundingBox
)
:
DetectionResultColumn
Parameters
boundingBox:
BoundingBox
Returns
DetectionResultColumn
Properties
Private
bounding
Box
bounding
Box
:
BoundingBox
Private
codewords
codewords
:
Codeword
[]
Static
Private
MAX_
NEARBY_
DISTANCE
MAX_
NEARBY_
DISTANCE
:
int
= 5
Methods
get
Bounding
Box
get
Bounding
Box
(
)
:
BoundingBox
Returns
BoundingBox
get
Codeword
get
Codeword
(
imageRow
:
int
)
:
Codeword
Parameters
imageRow:
int
Returns
Codeword
get
Codeword
Nearby
get
Codeword
Nearby
(
imageRow
:
int
)
:
Codeword
Parameters
imageRow:
int
Returns
Codeword
get
Codewords
get
Codewords
(
)
:
Codeword
[]
Returns
Codeword
[]
image
Row
ToCodeword
Index
image
Row
ToCodeword
Index
(
imageRow
:
int
)
:
int
Parameters
imageRow:
int
Returns
int
set
Codeword
set
Codeword
(
imageRow
:
int
, codeword
:
Codeword
)
:
void
Parameters
imageRow:
int
codeword:
Codeword
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Getting
Started
Quick
Start
Examples
Multi
Format
Reader
core/pdf417/decoder
Mode
Barcode
Metadata
Barcode
Value
Bounding
Box
Codeword
Decoded
Bit
Stream
Parser
Detection
Result
Detection
Result
Column
constructor
bounding
Box
codewords
MAX_
NEARBY_
DISTANCE
get
Bounding
Box
get
Codeword
get
Codeword
Nearby
get
Codewords
image
Row
ToCodeword
Index
set
Codeword
to
String
Detection
Result
Row
Indicator
Column
PDF417
Codeword
Decoder
PDF417
Scanning
Decoder
Big
Integer
create
Big
Int
get
Big
Int
Constructor
getEXP900
Generated using
TypeDoc
Guenther Grau