ScanflowCaptureCore
2.0.0
ScanflowCaptureCore
/
com.scanflow.ui.ar
/
ArObject
Ar
Object
data
class
ArObject
(
val
trackingId
:
String
,
val
boundingBox
:
RectF
,
val
sourceSize
:
Size
,
val
sourceRotationDegrees
:
Int
,
val
bboxcolor
:
Int
=
Color.WHITE
,
var
decodedResult
:
OneOFManyCodesScanResults
?
=
null
)
Content copied to clipboard
Ar object
Constructors
Properties
Constructors
Ar
Object
Link copied to clipboard
fun
ArObject
(
trackingId
:
String
,
boundingBox
:
RectF
,
sourceSize
:
Size
,
sourceRotationDegrees
:
Int
,
bboxcolor
:
Int
=
Color.WHITE
,
decodedResult
:
OneOFManyCodesScanResults
?
=
null
)
Content copied to clipboard
Create empty Ar object
Properties
bboxcolor
Link copied to clipboard
val
bboxcolor
:
Int
Content copied to clipboard
bounding
Box
Link copied to clipboard
val
boundingBox
:
RectF
Content copied to clipboard
decoded
Result
Link copied to clipboard
var
decodedResult
:
OneOFManyCodesScanResults
?
=
null
Content copied to clipboard
source
Rotation
Degrees
Link copied to clipboard
val
sourceRotationDegrees
:
Int
Content copied to clipboard
source
Size
Link copied to clipboard
val
sourceSize
:
Size
Content copied to clipboard
tracking
Id
Link copied to clipboard
val
trackingId
:
String
Content copied to clipboard