Class AnalyzingFace
- java.lang.Object
-
- com.azure.android.ai.vision.faceanalyzer.FaceResults
-
- com.azure.android.ai.vision.faceanalyzer.AnalyzingFace
-
- All Implemented Interfaces:
AutoCloseable
public final class AnalyzingFace extends FaceResults implements AutoCloseable
The type AnalyzingFace.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Dispose of associated resources.ActionRequiredFromApplicationTask
getActionRequiredFromApplicationTask()
Gets action required from application task.FaceTrackingState
getFaceTrackingState()
Gets face tracking state.FeedbackForFace
getFeedbackForFace()
Gets feedback for face.Warning
getWarning()
Gets warning.-
Methods inherited from class com.azure.android.ai.vision.faceanalyzer.FaceResults
getBoundingBox, getFaceUuid, getLivenessResult, getRecognitionResult
-
-
-
-
Method Detail
-
getFaceTrackingState
public final FaceTrackingState getFaceTrackingState()
Gets face tracking state.- Returns:
- The face tracking state
-
getActionRequiredFromApplicationTask
public final ActionRequiredFromApplicationTask getActionRequiredFromApplicationTask()
Gets action required from application task.- Returns:
- The action required from application task
-
getFeedbackForFace
public final FeedbackForFace getFeedbackForFace()
Gets feedback for face.- Returns:
- The feedback for face
-
getWarning
public final Warning getWarning()
Gets warning.- Returns:
- The warning.
-
close
public void close() throws Exception
Dispose of associated resources. Note: close() must be called in order to release underlying resources held by the object.- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
-