Class Prediction


  • public class Prediction
    extends Object
    Prediction result.
    • Constructor Detail

      • Prediction

        public Prediction()
    • Method Detail

      • probability

        public double probability()
        Get the probability value.
        Returns:
        the probability value
      • tagId

        public UUID tagId()
        Get the tagId value.
        Returns:
        the tagId value
      • tagName

        public String tagName()
        Get the tagName value.
        Returns:
        the tagName value
      • boundingBox

        public BoundingBox boundingBox()
        Get the boundingBox value.
        Returns:
        the boundingBox value