Class StoredImagePrediction


  • public class StoredImagePrediction
    extends Object
    result of an image classification request.
    • Constructor Detail

      • StoredImagePrediction

        public StoredImagePrediction()
    • Method Detail

      • resizedImageUri

        public String resizedImageUri()
        Get the resizedImageUri value.
        Returns:
        the resizedImageUri value
      • thumbnailUri

        public String thumbnailUri()
        Get the thumbnailUri value.
        Returns:
        the thumbnailUri value
      • originalImageUri

        public String originalImageUri()
        Get the originalImageUri value.
        Returns:
        the originalImageUri value
      • domain

        public UUID domain()
        Get the domain value.
        Returns:
        the domain value
      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • project

        public UUID project()
        Get the project value.
        Returns:
        the project value
      • iteration

        public UUID iteration()
        Get the iteration value.
        Returns:
        the iteration value
      • created

        public org.joda.time.DateTime created()
        Get the created value.
        Returns:
        the created value
      • predictions

        public List<Prediction> predictions()
        Get the predictions value.
        Returns:
        the predictions value