Class AnalyzingFace

    • 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 interface AutoCloseable
        Throws:
        Exception