SybrinLivenessDetection
import com.sybrin.livenessdetection.SybrinLivenessDetection
To see this class and its functionality in action go visit our Liveness Detection feature page!
Summary
Static methods
getBuiltInstance
public static
SybrinLivenessDetection
getBuiltInstance ()
Returns an already built instance of the SybrinLivenessDetection class.
getInstance
public static
SybrinLivenessDetection
getInstance (Context context,
SybrinLivenessDetectionConfiguration
configuration)
Creates and returns an instance of the SybrinLivenessDetection class using the provided configuration.
Public methods
getConfiguration
public
SybrinLivenessDetectionConfiguration
getConfiguration ()
Returns the SybrinLivenessDetectionConfiguration provided when the SybrinLivenessDetection instance was created.
openActiveLivenessDetection
public
ActiveLivenessDetector
<
ActiveLivenessDetectionModel
> openActiveLivenessDetection ()
Starts the active liveness detection process.
openActiveLivenessDetection
public
ActiveLivenessDetector
<
ActiveLivenessDetectionModel
> openActiveLivenessDetection (
ActiveLivenessDetectionAction
[] activeLivenessActions)
Starts the active liveness detection process with custom actions.
openActivePassiveLivenessDetection
public
ActivePassiveLivenessDetector
<
ActivePassiveLivenessDetectionModel
> openActivePassiveLivenessDetection ()
Starts the active liveness detection process.
openActivePassiveLivenessDetection
public
ActivePassiveLivenessDetector
<
ActivePassiveLivenessDetectionModel
> openActivePassiveLivenessDetection (
ActivePassiveLivenessDetectionAction
[] activePassiveLivenessActions)
Starts the active passive liveness detection process with custom actions.
openPassiveLivenessDetection
public
PassiveLivenessDetector
<
PassiveLivenessDetectionModel
> openPassiveLivenessDetection()
Starts the passive liveness detection process.
passiveLivenessDetectionFromImage
public
SingleImagePassiveLivenessDetector
<
PassiveLivenessDetectionModel
> passiveLivenessDetectionFromImage(Bitmap image)
Performs passive liveness detection on a single image.
Last updated