Uses of Class
com.mindee.parsing.common.WorkflowResponse
-
Packages that use WorkflowResponse Package Description com.mindee com.mindee.http com.mindee.parsing.common -
-
Uses of WorkflowResponse in com.mindee
Methods in com.mindee that return WorkflowResponse Modifier and Type Method Description WorkflowResponse<GeneratedV1>
MindeeClient. executeWorkflow(String workflowId, LocalInputSource localInputSource)
Send a local file to a workflow execution.WorkflowResponse<GeneratedV1>
MindeeClient. executeWorkflow(String workflowId, LocalInputSource localInputSource, WorkflowOptions workflowOptions)
Send a local file to a workflow execution. -
Uses of WorkflowResponse in com.mindee.http
Methods in com.mindee.http that return WorkflowResponse Modifier and Type Method Description abstract <DocT extends Inference>
WorkflowResponse<DocT>MindeeApi. executeWorkflowPost(Class<DocT> documentClass, String workflowId, RequestParameters requestParameters)
<DocT extends Inference>
WorkflowResponse<DocT>MindeeHttpApi. executeWorkflowPost(Class<DocT> documentClass, String workflowId, RequestParameters requestParameters)
POST a prediction request for a workflow response. -
Uses of WorkflowResponse in com.mindee.parsing.common
Subclasses of WorkflowResponse in com.mindee.parsing.common Modifier and Type Class Description static class
WorkflowResponse.Default
Default product is GeneratedV1.
-