Class Insight


  • public final class Insight
    extends java.lang.Object
    • Method Detail

      • getType

        public InsightType getType()
        Returns:
        The type of insight:
        • reasoning: Model reasoning about the extraction decision
        • issue: A potential problem or concern identified by the agentic confidence system
        • review_summary: A summary explanation from the agentic confidence system about why the field may need manual review
      • getContent

        public java.lang.String getContent()
        Returns:
        The content of the insight.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object