Uses of Class
com.mindee.v2.parsing.inference.field.InferenceFields
-
Packages that use InferenceFields Package Description com.mindee.v2.parsing.inference.field com.mindee.v2.product.extraction -
-
Uses of InferenceFields in com.mindee.v2.parsing.inference.field
Methods in com.mindee.v2.parsing.inference.field that return InferenceFields Modifier and Type Method Description InferenceFieldsObjectField. getFields()Sub-fields keyed by their name.Constructors in com.mindee.v2.parsing.inference.field with parameters of type InferenceFields Constructor Description ObjectField(InferenceFields fields)Creates a newObjectFieldinstance. -
Uses of InferenceFields in com.mindee.v2.product.extraction
Methods in com.mindee.v2.product.extraction that return InferenceFields Modifier and Type Method Description InferenceFieldsExtractionResult. getFields()Extracted fields, the key corresponds to the field's name in the data schema.Constructors in com.mindee.v2.product.extraction with parameters of type InferenceFields Constructor Description ExtractionResult(InferenceFields fields, RawText rawText, RagMetadata rag)Creates a newExtractionResultinstance.
-