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 BlinkInteraction(val timeoutMs: Int, val acceptOneEyed: Boolean = false) : Interaction
Link copied to clipboard
Link copied to clipboard
sealed class Command : Parcelable
Link copied to clipboard
Link copied to clipboard

Custom serializer for Android's Bitmap.CompressFormat

Link copied to clipboard
annotation class DescriptorVersion
Link copied to clipboard
data class FramePerformance(val number: Int, val stages: List<StagePerformance>, val operations: List<OperationPerformance>)
Link copied to clipboard
sealed class Interaction : Parcelable
Link copied to clipboard
data class InteractionFrame(val image: Bitmap, val interactionType: Int)
Link copied to clipboard
Link copied to clipboard
object LivenessTypeSerializer : KSerializer<LivenessType>

Custom serializer for LivenessType

Link copied to clipboard
@Serializable
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
Link copied to clipboard
data class OperationPerformance(val number: String, val start: Long, val end: Long)
Link copied to clipboard
data class PerformanceReport(val sessionStart: Long, val sessionEnd: Long, val framesPerformance: List<FramePerformance>)
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
@Serializable
data class ShowCameraParams(val disableErrors: Boolean = DISABLE_ERRORS_DEFAULT, val logToFile: Boolean = LOG_TO_FILE_DEFAULT, val recordVideo: Boolean = RECORD_VIDEO_DEFAULT, val recordingTimeMillis: Long = 0, val ignoreVideoWithoutFace: Boolean = IGNORE_VIDEO_WITHOUT_FACE_DEFAULT, val borderDistanceStrategy: BorderDistancesStrategy = BorderDistancesStrategy.Default, val autoFocus: Boolean = AUTO_FOCUS_DEFAULT, val checkSecurity: Boolean = DEFAULT_CHECK_SECURITY, val minFaceSideToMinScreenSide: Float = DEFAULT_MIN_FACE_SIDE_TO_MIN_SCREEN_SIDE, val cameraSelector: CameraSelector = defaultCameraSelector(), val previewResolutionSelector: ResolutionSelector = defaultPreviewResolutionSelector(), val analysisResolutionSelector: ResolutionSelector = defaultAnalysisResolutionSelector(), val videoQualitySelector: QualitySelector = defaultVideoQualitySelector())
Link copied to clipboard
data class StagePerformance(val number: Int, val start: Long, val end: Long)
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

Properties

Link copied to clipboard
const val V59: Int = 59
Link copied to clipboard
const val V60: Int = 60