Package com.mindee.v2.product.extraction
Class ExtractionInference
- java.lang.Object
-
- com.mindee.v2.parsing.BaseInference<ExtractionResult>
-
- com.mindee.v2.product.extraction.ExtractionInference
-
public class ExtractionInference extends BaseInference<ExtractionResult>
Inference object for the V2 API.
-
-
Constructor Summary
Constructors Constructor Description ExtractionInference()ExtractionInference(InferenceActiveOptions activeOptions)Creates a newExtractionInferenceinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InferenceActiveOptionsgetActiveOptions()Active options for the inference.StringtoString()-
Methods inherited from class com.mindee.v2.parsing.BaseInference
canEqual, equals, getFile, getId, getJob, getModel, getResult, hashCode, toStringBase
-
-
-
-
Constructor Detail
-
ExtractionInference
public ExtractionInference(InferenceActiveOptions activeOptions)
Creates a newExtractionInferenceinstance.- Parameters:
activeOptions- Active options for the inference.
-
ExtractionInference
public ExtractionInference()
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classBaseInference<ExtractionResult>
-
getActiveOptions
public InferenceActiveOptions getActiveOptions()
Active options for the inference.
-
-