Uses of Enum Class
dev.langchain4j.image_to_diagram.ImageToDiagram.EvaluationResult
Packages that use ImageToDiagram.EvaluationResult
-
Uses of ImageToDiagram.EvaluationResult in dev.langchain4j.image_to_diagram
Methods in dev.langchain4j.image_to_diagram that return ImageToDiagram.EvaluationResultModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ImageToDiagram.EvaluationResult[]
ImageToDiagram.EvaluationResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.image_to_diagram that return types with arguments of type ImageToDiagram.EvaluationResultModifier and TypeMethodDescriptionImageToDiagram.State.evaluationResult()
Retrieves the evaluation result as anImageToDiagram.EvaluationResult
.