Uses of Class
dev.langchain4j.classification.ClassificationResult
Packages that use ClassificationResult
-
Uses of ClassificationResult in dev.langchain4j.classification
Methods in dev.langchain4j.classification that return ClassificationResultModifier and TypeMethodDescriptionEmbeddingModelTextClassifier.classifyWithScores(String text) default ClassificationResult<L> TextClassifier.classifyWithScores(Document document) Classifies the givenDocumentand returns labels with scores.default ClassificationResult<L> TextClassifier.classifyWithScores(TextSegment textSegment) Classifies the givenTextSegmentand returns labels with scores.TextClassifier.classifyWithScores(String text) Classifies the given text and returns labels with scores.