Uses of Class
com.mindee.v1.parsing.common.WorkflowResponse
-
Packages that use WorkflowResponse Package Description com.mindee.v1 com.mindee.v1.http com.mindee.v1.parsing.common -
-
Uses of WorkflowResponse in com.mindee.v1
Methods in com.mindee.v1 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.v1.http
Methods in com.mindee.v1.http that return WorkflowResponse Modifier and Type Method Description abstract <DocT extends Inference>
WorkflowResponse<DocT>MindeeApiV1. executeWorkflowPost(Class<DocT> documentClass, String workflowId, RequestParameters requestParameters)Execute a workflow.<DocT extends Inference>
WorkflowResponse<DocT>MindeeHttpApiV1. executeWorkflowPost(Class<DocT> documentClass, String workflowId, RequestParameters requestParameters)POST a prediction request for a workflow response. -
Uses of WorkflowResponse in com.mindee.v1.parsing.common
Subclasses of WorkflowResponse in com.mindee.v1.parsing.common Modifier and Type Class Description static classWorkflowResponse.DefaultDefault product is GeneratedV1.
-