Uses of Record Class
dev.langchain4j.classification.ScoredLabel
Packages that use ScoredLabel
-
Uses of ScoredLabel in dev.langchain4j.classification
Methods in dev.langchain4j.classification that return types with arguments of type ScoredLabelModifier and TypeMethodDescriptionList
<ScoredLabel<L>> ClassificationResult.scoredLabels()
Returns the value of thescoredLabels
record component.Constructor parameters in dev.langchain4j.classification with type arguments of type ScoredLabelModifierConstructorDescriptionClassificationResult
(List<ScoredLabel<L>> scoredLabels) Creates an instance of aClassificationResult
record class.