Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Signature | Description |
---|---|
ExecuteWorkflowAsync(string, LocalInputSource, WorkflowOptions, PageOptions) | Send a local file to a workflow execution. |
ExecuteWorkflowAsync(string, UrlInputSource, WorkflowOptions) | Send a remote file to a workflow execution. |
Send a local file to a workflow execution.
[AsyncStateMachine(Mindee.MindeeClient/<ExecuteWorkflowAsync>d__20)]
public Task<WorkflowResponse<GeneratedV1>> ExecuteWorkflowAsync(string workflowId, LocalInputSource inputSource, WorkflowOptions workflowOptions = null, PageOptions pageOptions = null);
workflowId
string
The workflow id.
inputSource
LocalInputSource
workflowOptions
WorkflowOptions
pageOptions
PageOptions
Task<WorkflowResponse<GeneratedV1>>
Send a remote file to a workflow execution.
[AsyncStateMachine(Mindee.MindeeClient/<ExecuteWorkflowAsync>d__21)]
public Task<WorkflowResponse<GeneratedV1>> ExecuteWorkflowAsync(string workflowId, UrlInputSource inputSource, WorkflowOptions workflowOptions = null);
workflowId
string
The workflow id.
inputSource
UrlInputSource
workflowOptions
WorkflowOptions
Task<WorkflowResponse<GeneratedV1>>
Documentation generated by MdDocs