Class LandmarksModel


  • public class LandmarksModel
    extends Object
    A landmark recognized in the image.
    • Constructor Detail

      • LandmarksModel

        public LandmarksModel()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public LandmarksModel withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the LandmarksModel object itself.
      • confidence

        public double confidence()
        Get the confidence value.
        Returns:
        the confidence value
      • withConfidence

        public LandmarksModel withConfidence​(double confidence)
        Set the confidence value.
        Parameters:
        confidence - the confidence value to set
        Returns:
        the LandmarksModel object itself.