toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.model
/
AggregateEstimation
Aggregate
Estimation
@
JsonClass
(
generateAdapter
=
true
)
data
class
AggregateEstimation
(
@
Json
(
name
=
"liveness"
)
val
predictionResult
:
PredictionResult
)
Model of aggregate result of liveness check.
Members
Constructors
Aggregate
Estimation
Link copied to clipboard
constructor
(
@
Json
(
name
=
"liveness"
)
predictionResult
:
PredictionResult
)
Properties
prediction
Result
Link copied to clipboard
val
predictionResult
:
PredictionResult
Liveness check result.