toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_liveness
/
Liveness
Liveness
@
JsonClass
(
generateAdapter
=
true
)
data
class
Liveness
(
@
Json
(
name
=
"estimations"
)
val
estimations
:
Estimations
?
,
@
Json
(
name
=
"prediction"
)
val
prediction
:
Int
?
)
Members
Constructors
Liveness
Link copied to clipboard
constructor
(
@
Json
(
name
=
"estimations"
)
estimations
:
Estimations
?
,
@
Json
(
name
=
"prediction"
)
prediction
:
Int
?
)
Properties
estimations
Link copied to clipboard
val
estimations
:
Estimations
?
prediction
Link copied to clipboard
val
prediction
:
Int
?
Prediction of the image to be a photo of a real person (0 - spoof, 1 - real, 2 - unknown).