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/detector
PDF417DetectorResult
Class PDF417DetectorResult
author
Guenther Grau
Hierarchy
PDF417DetectorResult
Index
Constructors
constructor
Properties
bits
points
Methods
get
Bits
get
Points
Constructors
constructor
new PDF417
Detector
Result
(
bits
:
BitMatrix
, points
:
ResultPoint
[]
[]
)
:
PDF417DetectorResult
Parameters
bits:
BitMatrix
points:
ResultPoint
[]
[]
Returns
PDF417DetectorResult
Properties
Private
bits
bits
:
BitMatrix
Private
points
points
:
ResultPoint
[]
[]
Methods
get
Bits
get
Bits
(
)
:
BitMatrix
Returns
BitMatrix
get
Points
get
Points
(
)
:
ResultPoint
[]
[]
Returns
ResultPoint
[]
[]
Getting
Started
Quick
Start
Examples
Multi
Format
Reader
core/pdf417/detector
Detector
PDF417
Detector
Result
constructor
bits
points
get
Bits
get
Points
Generated using
TypeDoc
Guenther Grau