Class ImageTag


  • public class ImageTag
    extends Object
    An entity observation in the image, along with the confidence score.
    • Constructor Detail

      • ImageTag

        public ImageTag()
    • Method Detail

      • name

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

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

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

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

        public String hint()
        Get the hint value.
        Returns:
        the hint value
      • withHint

        public ImageTag withHint​(String hint)
        Set the hint value.
        Parameters:
        hint - the hint value to set
        Returns:
        the ImageTag object itself.