Package-level declarations
Types
Link copied to clipboard
class BestShotDetectorBuilder
Class for building the BestShotDetector instance.
Link copied to clipboard
interface BestShotListener
Listener of the best shot detector.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Interactions
Link copied to clipboard
Error describing liveness quality lower than ru.visionlabs.sdk.lunacore.LunaConfig.livenessQuality.
Link copied to clipboard
Class which describes operating parameters of the best shot.
Link copied to clipboard
annotation class LunaInteractionType
Link copied to clipboard
Link copied to clipboard
class PitchDownInteraction(val timeoutMs: Int, val startAngleDeg: Int = 5, val endAngleDeg: Int = 20) : Interaction
Link copied to clipboard
class PitchUpInteraction(val timeoutMs: Int, val startAngleDeg: Int = 5, val endAngleDeg: Int = 20) : Interaction
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class YawLeftInteraction(val timeoutMs: Int, val startAngleDeg: Int = 10, val endAngleDeg: Int = 30) : Interaction
Link copied to clipboard
class YawRightInteraction(val timeoutMs: Int, val startAngleDeg: Int = 10, val endAngleDeg: Int = 30) : Interaction