mindee-api-dotnet

WorkflowOptions Constructors

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

Options for workflow executions.

public WorkflowOptions(string alias = null, ExecutionPriority? priority = null, bool fullText = false, string publicUrl = null);

Parameters

alias string

priority Nullable<ExecutionPriority>

fullText bool

publicUrl string


Documentation generated by MdDocs