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.int
hashCode()
void
setFullTextOcr(String fullTextOcr)
Full Text OCR result.
-