toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_event
/
AttributesX
Attributes
X
@
JsonClass
(
generateAdapter
=
true
)
data
class
AttributesX
(
@
Json
(
name
=
"liveness"
)
val
liveness
:
Liveness
?
,
@
Json
(
name
=
"mask"
)
val
mask
:
MaskX
?
,
@
Json
(
name
=
"emotions"
)
val
emotions
:
EmotionsX
?
)
Members
Constructors
Attributes
X
Link copied to clipboard
constructor
(
@
Json
(
name
=
"liveness"
)
liveness
:
Liveness
?
,
@
Json
(
name
=
"mask"
)
mask
:
MaskX
?
,
@
Json
(
name
=
"emotions"
)
emotions
:
EmotionsX
?
)
Properties
emotions
Link copied to clipboard
val
emotions
:
EmotionsX
?
liveness
Link copied to clipboard
val
liveness
:
Liveness
?
mask
Link copied to clipboard
val
mask
:
MaskX
?