Class Concept

java.lang.Object
com.basistech.rosette.apimodel.Concept

public final class Concept extends Object
Concepts found in a document.
  • Method Details

    • builder

      public static Concept.ConceptBuilder builder()
    • getPhrase

      public String getPhrase()
      Returns:
      the concept text
    • getSalience

      public Double getSalience()
      Returns:
      the concept salience
    • getConceptId

      public String getConceptId()
      Returns:
      the concept id
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object