Uses of Class
com.mindee.v2.parsing.inference.RagMetadata
-
Packages that use RagMetadata Package Description com.mindee.v2.product.extraction -
-
Uses of RagMetadata in com.mindee.v2.product.extraction
Methods in com.mindee.v2.product.extraction that return RagMetadata Modifier and Type Method Description RagMetadataExtractionResult. getRag()If 'rag' was activated, contains metadata about the RAG operation.Constructors in com.mindee.v2.product.extraction with parameters of type RagMetadata Constructor Description ExtractionResult(InferenceFields fields, RawText rawText, RagMetadata rag)Creates a newExtractionResultinstance.
-