VinBarcodeResult

data class VinBarcodeResult(val extractedVIN: String, val rectangle: List<Point>, val status: VinBarcodeExtractionStatus) : Parcelable

Result of the barcode scanner.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(extractedVIN: String, rectangle: List<Point>, status: VinBarcodeExtractionStatus)

Properties

Link copied to clipboard

Text result of the barcode scanner.

Link copied to clipboard

Rectangle of the barcode in the image.

Link copied to clipboard

Status of the barcode extraction.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject