Class ImageType


  • public class ImageType
    extends Object
    An object providing possible image types and matching confidence levels.
    • Constructor Detail

      • ImageType

        public ImageType()
    • Method Detail

      • clipArtType

        public int clipArtType()
        Get the clipArtType value.
        Returns:
        the clipArtType value
      • withClipArtType

        public ImageType withClipArtType​(int clipArtType)
        Set the clipArtType value.
        Parameters:
        clipArtType - the clipArtType value to set
        Returns:
        the ImageType object itself.
      • lineDrawingType

        public int lineDrawingType()
        Get the lineDrawingType value.
        Returns:
        the lineDrawingType value
      • withLineDrawingType

        public ImageType withLineDrawingType​(int lineDrawingType)
        Set the lineDrawingType value.
        Parameters:
        lineDrawingType - the lineDrawingType value to set
        Returns:
        the ImageType object itself.