mindee-api-dotnet

MindeeClient.ExecuteWorkflowAsync Method

Declaring Type: MindeeClient
Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Overloads

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.

ExecuteWorkflowAsync(string, LocalInputSource, WorkflowOptions, PageOptions)

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);

Parameters

workflowId string

The workflow id.

inputSource LocalInputSource

LocalInputSource

workflowOptions WorkflowOptions

PageOptions

pageOptions PageOptions

PageOptions

Returns

Task<WorkflowResponse<GeneratedV1>>

WorkflowResponse<T>

ExecuteWorkflowAsync(string, UrlInputSource, WorkflowOptions)

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);

Parameters

workflowId string

The workflow id.

inputSource UrlInputSource

LocalInputSource

workflowOptions WorkflowOptions

PageOptions

Returns

Task<WorkflowResponse<GeneratedV1>>

WorkflowResponse<T>


Documentation generated by MdDocs