
33
Class Reference
4.1.1.9
time
The
decode.time
property is a read only property that defines the amount of time, in
milliseconds, it took the decode engine to decode the barcode that was just analyzed.
4.1.1.10
quality_percent
The
decode.quality_percent
property is a read only property that defines an
internally-defined image quality value determined by the decode engine while analyzing
the captured image. This is not the quality of the printed or displayed barcode but rather
the quality of the captured image for use in decoding.
4.1.1.11
qrPosition
The
decode.qrPosition
property is a read only property that gives the index of a QR
Code in a set of QR Codes that have been linked via Structured Append. More information
can be found in the QR Code specification (ISO/IEC 18004). This property is only defined if
the
decode.symbology
is QR Code.
4.1.1.12
qrTotal
The
decode.qrTotal
property is a read only property that gives the count of QR Code in
a set of QR Codes that have been linked via Structured Append. More information can be
found in the QR Code specification (ISO/IEC 18004). This property is only defined if the
decode.symbology
is QR Code.
4.1.1.13
qrParity
The
decode.qrParity
property is a read only property that gives parity information for
QR Code in a set of QR Codes that have been linked via Structured Append. More
information can be found in the QR Code specification (ISO/IEC 18004). This property is
only defined if the
decode.symbology
is QR Code.
4.1.1.14
linkage
The
decode.linkage
property is a read only property that gives information about the
linking code between the segments that make up a composite barcode, if a composite
barcode was just decoded by the decode engine. This property is
null
if the decoded
barcode was not a composite barcode.
4.1.1.15
bounds
The
decode.bounds
property is an array of four sets of x and y coordinates that give
information about the position of the last decoded barcode. The four points (x, y) indicate
the position in pixels of the four corners of the barcode from the upper left (0, 0) position in
the captured image as integers. Be aware, in some readers the image is rotated 90°.
//The x and y coordinates of the top right corner of the barcode
in the image:
pos.tR = (decode.bounds[0].x, decode.bounds[0].y)
//The x and y coordinates of the top left corner of the barcode in
the image:
Содержание OHV300
Страница 1: ...FACTORY AUTOMATION MANUAL JAVASCRIPT PROGRAMMING GUIDE...
Страница 88: ...88 Supported JavaScript Core delete function in instanceof new this typeof void...
Страница 93: ...93 Symbology ID Modifier Information...
Страница 94: ...TDOCT 4981_ENG 11 2015...