Class FaceAnalyzedResult

    • Method Detail

      • getFrameReference

        public final FrameReader getFrameReference()
        Gets the frame reference associated with the result.
        Returns:
        The frame reference
      • getFaces

        public final Collection<AnalyzedFace> getFaces()
        Gets collection of analyzed faces.
        Returns:
        The AnalyzedFace collection
      • getDetails

        public final FaceAnalyzedDetails getDetails()
        Gets liveness payload.
        Returns:
        The liveness payload
      • getProperties

        public final PropertyCollection getProperties()
        Properties associated with the result.
        Returns:
        The properties
      • getHandle

        public final SafeHandle getHandle()
        Gets handle.
        Returns:
        The handle
      • 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