what-the-bank/sources/com/kofax/mobile/sdk/_internal/detection/IFaceDetectionResult.java

23 lines
402 B
Java

package com.kofax.mobile.sdk._internal.detection;
import android.graphics.PointF;
/* loaded from: classes3.dex */
public interface IFaceDetectionResult {
float getEulerY();
float getEulerZ();
float getHeight();
float getIsLeftEyeOpenProbability();
float getIsRightEyeOpenProbability();
float getIsSmilingProbability();
PointF getPosition();
float getWidth();
}