Uses of Class
com.mindee.parsing.v2.InferenceJob
-
Packages that use InferenceJob Package Description com.mindee.v2.parsing -
-
Uses of InferenceJob in com.mindee.v2.parsing
Fields in com.mindee.v2.parsing declared as InferenceJob Modifier and Type Field Description protected InferenceJobBaseInference. jobJob the inference belongs to.Methods in com.mindee.v2.parsing that return InferenceJob Modifier and Type Method Description InferenceJobBaseInference. getJob()Job the inference belongs to.Constructors in com.mindee.v2.parsing with parameters of type InferenceJob Constructor Description BaseInference(String id, InferenceJob job, InferenceModel model, InferenceFile file)
-