Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.vin
/
VinScannerResult
Vin
Scanner
Result
data
class
VinScannerResult
(
val
textResult
:
TextPatternScannerResult
,
val
barcodeResult
:
VinBarcodeResult
)
:
Parcelable
Result of the VIN scanner.
Members
Constructors
Vin
Scanner
Result
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
textResult
:
TextPatternScannerResult
,
barcodeResult
:
VinBarcodeResult
)
Properties
barcode
Result
Link copied to clipboard
val
barcodeResult
:
VinBarcodeResult
Barcode result of the VIN scanner.
text
Result
Link copied to clipboard
val
textResult
:
TextPatternScannerResult
Text result of the VIN scanner.
Functions
clone
Link copied to clipboard
fun
clone
(
)
:
VinScannerResult
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject