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(); }