Class SpoofingDetection
- java.lang.Object
-
- com.appliedrec.verid.core2.session.SpoofingDetection
-
public class SpoofingDetection extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpoofingDetection(android.content.Context context, FaceAlignmentDetection faceAlignmentDetection)
SpoofingDetection(FaceAlignmentDetection faceAlignmentDetection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.reactivex.rxjava3.functions.Function<FaceAlignmentDetection,SpoofingDetection>
getAccumulator()
void
reset()
-
-
-
Constructor Detail
-
SpoofingDetection
public SpoofingDetection(FaceAlignmentDetection faceAlignmentDetection)
-
SpoofingDetection
public SpoofingDetection(android.content.Context context, FaceAlignmentDetection faceAlignmentDetection)
-
-
Method Detail
-
getAccumulator
public io.reactivex.rxjava3.functions.Function<FaceAlignmentDetection,SpoofingDetection> getAccumulator()
-
reset
public void reset()
-
-