FaceLiveness

@Scope(scope = 8)
actual class FaceLiveness : SdkComponent
expect class FaceLiveness
@Scope(scope = 8)
actual class FaceLiveness : SdkComponent

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
actual suspend fun predict(dualImageAgent: DualImageAgent, faceInfoList: Array<FaceInfo>): Array<Liveness>
actual suspend fun predict(imageAgent: ImageAgent, faceInfoList: Array<FaceInfo>): Array<Liveness>
expect suspend fun predict(dualImageAgent: DualImageAgent, faceInfoList: Array<FaceInfo>): Array<Liveness>
expect suspend fun predict(imageAgent: ImageAgent, faceInfoList: Array<FaceInfo>): Array<Liveness>
actual suspend fun predict(dualImageAgent: DualImageAgent, faceInfoList: Array<FaceInfo>): Array<Liveness>
actual suspend fun predict(imageAgent: ImageAgent, faceInfoList: Array<FaceInfo>): Array<Liveness>
Link copied to clipboard
actual suspend fun setVerifyOption(verifyOptionBlock: VerifyOptions.Builder.() -> Unit)
actual suspend fun setVerifyOption(options: VerifyOptions)
expect suspend fun setVerifyOption(verifyOptionBlock: VerifyOptions.Builder.() -> Unit)
expect suspend fun setVerifyOption(options: VerifyOptions)
actual suspend fun setVerifyOption(verifyOptionBlock: VerifyOptions.Builder.() -> Unit)
actual suspend fun setVerifyOption(options: VerifyOptions)