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
DetectionResultRowIndicatorColumn
Class DetectionResultRowIndicatorColumn
author
Guenther Grau
Hierarchy
DetectionResultColumn
DetectionResultRowIndicatorColumn
Index
Constructors
constructor
Properties
is
Left
Methods
adjust
Complete
Indicator
Column
Row
Numbers
adjust
Incomplete
Indicator
Column
Row
Numbers
get
Barcode
Metadata
get
Bounding
Box
get
Codeword
get
Codeword
Nearby
get
Codewords
get
Row
Heights
image
Row
ToCodeword
Index
remove
Incorrect
Codewords
set
Codeword
set
Row
Numbers
to
String
Constructors
constructor
new
Detection
Result
Row
Indicator
Column
(
boundingBox
:
BoundingBox
, isLeft
:
boolean
)
:
DetectionResultRowIndicatorColumn
Parameters
boundingBox:
BoundingBox
isLeft:
boolean
Returns
DetectionResultRowIndicatorColumn
Properties
Readonly
is
Left
is
Left
:
boolean
Methods
adjust
Complete
Indicator
Column
Row
Numbers
adjust
Complete
Indicator
Column
Row
Numbers
(
barcodeMetadata
:
BarcodeMetadata
)
:
void
Parameters
barcodeMetadata:
BarcodeMetadata
Returns
void
Private
adjust
Incomplete
Indicator
Column
Row
Numbers
adjust
Incomplete
Indicator
Column
Row
Numbers
(
barcodeMetadata
:
BarcodeMetadata
)
:
void
Parameters
barcodeMetadata:
BarcodeMetadata
Returns
void
get
Barcode
Metadata
get
Barcode
Metadata
(
)
:
BarcodeMetadata
Returns
BarcodeMetadata
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
[]
get
Row
Heights
get
Row
Heights
(
)
:
Int32Array
Returns
Int32Array
image
Row
ToCodeword
Index
image
Row
ToCodeword
Index
(
imageRow
:
int
)
:
int
Parameters
imageRow:
int
Returns
int
Private
remove
Incorrect
Codewords
remove
Incorrect
Codewords
(
codewords
:
Codeword
[]
, barcodeMetadata
:
BarcodeMetadata
)
:
void
Parameters
codewords:
Codeword
[]
barcodeMetadata:
BarcodeMetadata
Returns
void
set
Codeword
set
Codeword
(
imageRow
:
int
, codeword
:
Codeword
)
:
void
Parameters
imageRow:
int
codeword:
Codeword
Returns
void
Private
set
Row
Numbers
set
Row
Numbers
(
)
:
void
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
Detection
Result
Row
Indicator
Column
constructor
is
Left
adjust
Complete
Indicator
Column
Row
Numbers
adjust
Incomplete
Indicator
Column
Row
Numbers
get
Barcode
Metadata
get
Bounding
Box
get
Codeword
get
Codeword
Nearby
get
Codewords
get
Row
Heights
image
Row
ToCodeword
Index
remove
Incorrect
Codewords
set
Codeword
set
Row
Numbers
to
String
PDF417
Codeword
Decoder
PDF417
Scanning
Decoder
Big
Integer
create
Big
Int
get
Big
Int
Constructor
getEXP900
Generated using
TypeDoc
Guenther Grau