Class FaceAnalyzingResult

    • Method Detail

      • getFrameReference

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

        public final Collection<AnalyzingFace> getFaces()
        Gets the tracked collection of faces with their current attributes.
        Returns:
        The AnalyzingFace collection
      • 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