Class FaceAnalyzerCreateOptions

  • All Implemented Interfaces:
    AutoCloseable

    public final class FaceAnalyzerCreateOptions
    extends Object
    implements AutoCloseable
    Defines the options used to create the FaceAnalyzer object.
    • Constructor Detail

      • FaceAnalyzerCreateOptions

        public FaceAnalyzerCreateOptions()
        Instantiates a new FaceAnalyzerCreateOptions.
    • Method Detail

      • setFaceAnalyzerMode

        public void setFaceAnalyzerMode​(FaceAnalyzerMode FaceAnalyzerMode)
        Defines how the face analysis is performed.
        Parameters:
        FaceAnalyzerMode - the face analyzer mode
      • getProperties

        public PropertyCollection getProperties()
        Gets properties.
        Returns:
        The properties
      • 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