Class InferenceConfig
java.lang.Object
com.itextpdf.pdfocr.onnx.conf.paddle.model.InferenceConfig
POJO for the root object in a config file.
-
Constructor Summary
ConstructorsConstructorDescriptionInferenceConfig(PreProcess preProcess, PostProcess postProcess) Creates a new POJO for the config file object. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value under thePostProcesskey.Returns the value under thePreProcesskey.inthashCode()
-
Constructor Details
-
InferenceConfig
Creates a new POJO for the config file object.- Parameters:
-
preProcess- value under thePreProcesskey -
postProcess- value under thePostProcesskey
-
-
Method Details
-
getPreProcess
Returns the value under thePreProcesskey.- Returns:
-
the value under the
PreProcesskey
-
getPostProcess
Returns the value under thePostProcesskey.- Returns:
-
the value under the
PostProcesskey
-
equals
-
hashCode
public int hashCode()
-