Class FaceResults
- java.lang.Object
-
- com.azure.android.ai.vision.faceanalyzer.FaceResults
-
- Direct Known Subclasses:
AnalyzedFace
,AnalyzingFace
public class FaceResults extends Object
The type FaceResults.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBox
getBoundingBox()
Gets face bounding box.UUID
getFaceUuid()
Gets face uuid.LivenessResult
getLivenessResult()
Gets liveness result.RecognitionResult
getRecognitionResult()
Gets recognition result.
-
-
-
Method Detail
-
getFaceUuid
public UUID getFaceUuid()
Gets face uuid.- Returns:
- The face uuid
-
getBoundingBox
public BoundingBox getBoundingBox()
Gets face bounding box.- Returns:
- The bounding box
-
getRecognitionResult
public RecognitionResult getRecognitionResult()
Gets recognition result.- Returns:
- The recognition result
-
getLivenessResult
public LivenessResult getLivenessResult()
Gets liveness result.- Returns:
- The liveness result
-
-