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