Class LivenessDetectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.appliedrec.verid.core2.session.LivenessDetectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class LivenessDetectionException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LivenessDetectionException.Code
-
Constructor Summary
Constructors Constructor Description LivenessDetectionException(LivenessDetectionException.Code code)
LivenessDetectionException(LivenessDetectionException.Code code, float confidenceScore)
LivenessDetectionException(LivenessDetectionException.Code code, float confidenceScore, android.graphics.Rect rectangleOfInterest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LivenessDetectionException.Code
getCode()
float
getConfidenceScore()
android.graphics.Rect
getRectangleOfInterest()
-
-
-
Constructor Detail
-
LivenessDetectionException
public LivenessDetectionException(LivenessDetectionException.Code code, float confidenceScore)
-
LivenessDetectionException
public LivenessDetectionException(LivenessDetectionException.Code code, float confidenceScore, @Nullable android.graphics.Rect rectangleOfInterest)
-
LivenessDetectionException
public LivenessDetectionException(LivenessDetectionException.Code code)
-
-
Method Detail
-
getCode
public LivenessDetectionException.Code getCode()
-
getConfidenceScore
public float getConfidenceScore()
-
getRectangleOfInterest
public android.graphics.Rect getRectangleOfInterest()
-
-