All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mindee.parsing.common.Prediction Maven / Gradle / Ivy

There is a newer version: 4.21.0
Show newest version
package com.mindee.parsing.common;

/**
 * Base class for all predictions.
 */
public abstract class Prediction {
  /**
   * Returns true if there are no predictions values.
   * Accessing prediction values when this is true may result in a {@link NullPointerException}
   */
  public abstract boolean isEmpty();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy