Class ImageCaption


  • public class ImageCaption
    extends Object
    An image caption, i.e. a brief description of what the image depicts.
    • Constructor Detail

      • ImageCaption

        public ImageCaption()
    • Method Detail

      • text

        public String text()
        Get the text value.
        Returns:
        the text value
      • withText

        public ImageCaption withText​(String text)
        Set the text value.
        Parameters:
        text - the text value to set
        Returns:
        the ImageCaption object itself.
      • confidence

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

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