Package-level declarations

Types

Link copied to clipboard
data class BestShot(val ags: Float, val detection: Rect, val image: Bitmap, val warp: Bitmap)

Class which describes the best shot.

Link copied to clipboard

Class for building the BestShotDetector instance.

Link copied to clipboard

Listener of the best shot detector.

Link copied to clipboard
class BlinkInteraction(val timeoutMs: Int, val acceptOneEyed: Boolean = false) : Interaction
Link copied to clipboard
Link copied to clipboard
sealed class Command
Link copied to clipboard
class Commands
Link copied to clipboard
fun interface Consumer<in T>

Interface describing the operation which receives the argument value and returns nothing.

Link copied to clipboard
sealed class Interaction : Parcelable
Link copied to clipboard
Link copied to clipboard

Error describing liveness quality lower than ru.visionlabs.sdk.lunacore.LunaConfig.livenessQuality.

Link copied to clipboard
data class LunaConfig : Parcelable

Class which describes operating parameters of the best shot.

Link copied to clipboard
object LunaID
Link copied to clipboard
annotation class LunaInteractionType
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
class RequestException(message: String? = null, cause: Throwable? = null) : IOException
Link copied to clipboard
class Result<out T>

Class which presents the result. Successful result as T value, unsuccessful result as Throwable exception.

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