ScanflowCaptureCore
2.0.0
ScanflowCaptureCore
/
com.scanflow.datacapture.model
/
ScanResultSuccess
Scan
Result
Success
data
class
ScanResultSuccess
(
val
text
:
String
,
val
barcodeFormat
:
BarcodeFormat
,
val
isLongDistance
:
Boolean
,
var
finalPoints
:
ArrayList
<
PointF
>
,
val
boundingBox
:
RectF
?
,
val
modelScanType
:
String
)
Content copied to clipboard
Scan result success
Constructors
Properties
Constructors
Scan
Result
Success
Link copied to clipboard
fun
ScanResultSuccess
(
text
:
String
,
barcodeFormat
:
BarcodeFormat
,
isLongDistance
:
Boolean
,
finalPoints
:
ArrayList
<
PointF
>
,
boundingBox
:
RectF
?
,
modelScanType
:
String
)
Content copied to clipboard
Create empty Scan result success
Properties
barcode
Format
Link copied to clipboard
val
barcodeFormat
:
BarcodeFormat
Content copied to clipboard
bounding
Box
Link copied to clipboard
val
boundingBox
:
RectF
?
Content copied to clipboard
final
Points
Link copied to clipboard
var
finalPoints
:
ArrayList
<
PointF
>
Content copied to clipboard
is
Long
Distance
Link copied to clipboard
val
isLongDistance
:
Boolean
Content copied to clipboard
model
Scan
Type
Link copied to clipboard
val
modelScanType
:
String
Content copied to clipboard
text
Link copied to clipboard
val
text
:
String
Content copied to clipboard