Uses of Class
com.mindee.parsing.common.Execution
-
Packages that use Execution Package Description com.mindee.parsing.common -
-
Uses of Execution in com.mindee.parsing.common
Methods in com.mindee.parsing.common that return Execution Modifier and Type Method Description Execution<DocT>
WorkflowResponse. getExecution()
Set the prediction model used to parse the document.Methods in com.mindee.parsing.common with parameters of type Execution Modifier and Type Method Description void
WorkflowResponse. setExecution(Execution<DocT> execution)
Set the prediction model used to parse the document.
-