Preparing search index...
The search index is not available
react-native-scanbot-barcode-scanner-sdk
react-native-scanbot-barcode-scanner-sdk
BarcodeScannerUiResult
Class BarcodeScannerUiResult
Results of the barcode scan.
Hierarchy (
view full
)
PartiallyConstructible
BarcodeScannerUiResult
Index
Constructors
constructor
Properties
items
Methods
encode
Images
release
serialize
Constructors
constructor
new
Barcode
Scanner
Ui
Result
(
source
?
)
:
BarcodeScannerUiResult
Parameters
Optional
source
: DeepPartial<BarcodeScannerUiResult>
Returns
BarcodeScannerUiResult
Properties
Readonly
items
items
:
BarcodeScannerUiItem
[]
Scanned barcode items.
Methods
encode
Images
encode
Images
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
release
release
(
)
:
void
Returns
void
serialize
serialize
(
config
?
)
:
Promise
<
{
items
?:
(
undefined
|
{
barcode
?:
{
dataBarStackSize
?:
number
;
extractedDocument
?:
null
|
{
children
?:
(
...
)
|
(
...
)
;
confidence
?:
(
...
)
|
(
...
)
;
confidenceWeight
?:
(
...
)
|
(
...
)
;
crop
?:
(
...
)
|
(
...
)
|
(
...
)
;
fields
?:
(
...
)
|
(
...
)
;
quad
?:
(
...
)
|
(
...
)
;
quadInRoot
?:
(
...
)
|
(
...
)
;
type
?:
(
...
)
|
(
...
)
;
encodeImages
?:
any
;
release
?:
any
;
serialize
?:
any
;
}
;
format
?:
BarcodeFormat
;
isGS1CompositePart
?:
boolean
;
isGS1Message
?:
boolean
;
isUpsideDown
?:
boolean
;
quad
?:
(
(
...
)
|
(
...
)
)
[]
;
quadNormalized
?:
(
(
...
)
|
(
...
)
)
[]
;
rawBytes
?:
string
;
sizeScore
?:
number
;
sourceImage
?:
null
|
{
buffer
:
(
...
)
|
(
...
)
;
uniqueId
?:
(
...
)
|
(
...
)
;
clear
?:
any
;
clone
?:
any
;
encodeImage
?:
any
;
encodeInPlace
?:
any
;
hibernate
?:
any
;
info
?:
any
;
isRetained
?:
any
;
release
?:
any
;
retain
?:
any
;
saveImage
?:
any
;
serialize
?:
any
;
}
;
text
?:
string
;
upcEanExtension
?:
string
;
encodeImages
?:
any
;
release
?:
any
;
serialize
?:
any
;
}
;
count
?:
number
;
encodeImages
?:
any
;
release
?:
any
;
serialize
?:
any
;
}
)
[]
;
encodeImages
?:
any
;
release
?:
any
;
serialize
?:
any
;
}
>
Parameters
Optional
config
:
ToJsonConfiguration
Returns
Promise
<
{
items
?:
(
undefined
|
{
barcode
?:
{
dataBarStackSize
?:
number
;
extractedDocument
?:
null
|
{
children
?:
(
...
)
|
(
...
)
;
confidence
?:
(
...
)
|
(
...
)
;
confidenceWeight
?:
(
...
)
|
(
...
)
;
crop
?:
(
...
)
|
(
...
)
|
(
...
)
;
fields
?:
(
...
)
|
(
...
)
;
quad
?:
(
...
)
|
(
...
)
;
quadInRoot
?:
(
...
)
|
(
...
)
;
type
?:
(
...
)
|
(
...
)
;
encodeImages
?:
any
;
release
?:
any
;
serialize
?:
any
;
}
;
format
?:
BarcodeFormat
;
isGS1CompositePart
?:
boolean
;
isGS1Message
?:
boolean
;
isUpsideDown
?:
boolean
;
quad
?:
(
(
...
)
|
(
...
)
)
[]
;
quadNormalized
?:
(
(
...
)
|
(
...
)
)
[]
;
rawBytes
?:
string
;
sizeScore
?:
number
;
sourceImage
?:
null
|
{
buffer
:
(
...
)
|
(
...
)
;
uniqueId
?:
(
...
)
|
(
...
)
;
clear
?:
any
;
clone
?:
any
;
encodeImage
?:
any
;
encodeInPlace
?:
any
;
hibernate
?:
any
;
info
?:
any
;
isRetained
?:
any
;
release
?:
any
;
retain
?:
any
;
saveImage
?:
any
;
serialize
?:
any
;
}
;
text
?:
string
;
upcEanExtension
?:
string
;
encodeImages
?:
any
;
release
?:
any
;
serialize
?:
any
;
}
;
count
?:
number
;
encodeImages
?:
any
;
release
?:
any
;
serialize
?:
any
;
}
)
[]
;
encodeImages
?:
any
;
release
?:
any
;
serialize
?:
any
;
}
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
items
encode
Images
release
serialize
react-native-scanbot-barcode-scanner-sdk
Loading...
Results of the barcode scan.