VerifyOptions

data class VerifyOptions(val livenessThreshold: Float)

VerifyOptions is that Face Liveness Detection will verify if the input is satisfied with the given options. Options

  • livenessThreshold: the threshold of liveness

Constructors

Link copied to clipboard
constructor(livenessThreshold: Float)

Types

Link copied to clipboard
data class Builder(var livenessThreshold: Float = 0.95f)

VerifyOptions Builder for building the VerifyOptions

Link copied to clipboard
object Companion

Properties

Link copied to clipboard