toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_event
/
DetectionX
Detection
X
@
JsonClass
(
generateAdapter
=
true
)
data
class
DetectionX
(
@
Json
(
name
=
"attributes"
)
val
attributes
:
AttributesXX
?
,
@
Json
(
name
=
"rect"
)
val
rect
:
Rect
?
)
Members
Constructors
Detection
X
Link copied to clipboard
constructor
(
@
Json
(
name
=
"attributes"
)
attributes
:
AttributesXX
?
,
@
Json
(
name
=
"rect"
)
rect
:
Rect
?
)
Properties
attributes
Link copied to clipboard
val
attributes
:
AttributesXX
?
rect
Link copied to clipboard
val
rect
:
Rect
?