Uses of Class
com.mindee.WorkflowOptions
-
Packages that use WorkflowOptions Package Description com.mindee com.mindee.http -
-
Uses of WorkflowOptions in com.mindee
Methods in com.mindee that return WorkflowOptions Modifier and Type Method Description WorkflowOptions
WorkflowOptions.WorkflowOptionsBuilder. build()
Methods in com.mindee with parameters of type WorkflowOptions Modifier and Type Method Description WorkflowResponse<GeneratedV1>
MindeeClient. executeWorkflow(String workflowId, LocalInputSource localInputSource, WorkflowOptions workflowOptions)
Send a local file to a workflow execution. -
Uses of WorkflowOptions in com.mindee.http
Methods in com.mindee.http that return WorkflowOptions Modifier and Type Method Description WorkflowOptions
RequestParameters. getWorkflowOptions()
Methods in com.mindee.http with parameters of type WorkflowOptions Modifier and Type Method Description RequestParameters.RequestParametersBuilder
RequestParameters.RequestParametersBuilder. workflowOptions(WorkflowOptions workflowOptions)
-