Uses of Record Class
ai.doctruth.Citation
Packages that use Citation
Package
Description
Public API of DocTruth: auditable LLM extraction for Java.
Internal citation-matching primitives.
-
Uses of Citation in ai.doctruth
Methods in ai.doctruth that return types with arguments of type CitationModifier and TypeMethodDescriptionExtractionResult.citations()Returns the value of thecitationsrecord component.Constructor parameters in ai.doctruth with type arguments of type CitationModifierConstructorDescriptionExtractionResult(T value, Map<String, Citation> citations, Map<String, Confidence> confidence, Provenance provenance) Creates an instance of aExtractionResultrecord class. -
Uses of Citation in ai.doctruth.internal.citation
Methods in ai.doctruth.internal.citation that return types with arguments of type CitationModifier and TypeMethodDescriptionEvidenceGate.match(Object value, ParsedDocument doc, boolean needsCitations, boolean requireEvidence, int retries) CitationMatcher.matchAll(Object value, ParsedDocument doc) Walkvalueand produce a citation per non-null, non-blank leaf, keyed by JSON-pointer-ish field path.