Class CustomVisionError


  • public class CustomVisionError
    extends Object
    The CustomVisionError model.
    • Constructor Detail

      • CustomVisionError

        public CustomVisionError()
    • Method Detail

      • message

        public String message()
        Get the message value.
        Returns:
        the message value
      • withMessage

        public CustomVisionError withMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
        Returns:
        the CustomVisionError object itself.