Package com.mindee.parsing.common
Class InferenceExtras
- java.lang.Object
-
- com.mindee.parsing.common.InferenceExtras
-
public class InferenceExtras extends Object
Inference-level optional info.
-
-
Constructor Summary
Constructors Constructor Description InferenceExtras()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getFullTextOcr()
Full Text OCR result.Rag
getRag()
Retrieval-Augmented Generation results.int
hashCode()
void
setFullTextOcr(String fullTextOcr)
Full Text OCR result.void
setRag(Rag rag)
Retrieval-Augmented Generation results.
-
-
-
Method Detail
-
setFullTextOcr
public void setFullTextOcr(String fullTextOcr)
Full Text OCR result.
-
setRag
public void setRag(Rag rag)
Retrieval-Augmented Generation results.
-
getFullTextOcr
public String getFullTextOcr()
Full Text OCR result.
-
getRag
public Rag getRag()
Retrieval-Augmented Generation results.
-
canEqual
protected boolean canEqual(Object other)
-
-