mindee-api-dotnet

WorkflowOptions Class

Namespace: Mindee
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Options for workflow executions.

public sealed class WorkflowOptions

Inheritance: object → WorkflowOptions

Constructors

Name Description
WorkflowOptions(string, ExecutionPriority?, bool, string) Options for workflow executions.

Properties

Name Description
Alias Alias to give to the file.
FullText Whether to include the full text data for async APIs. This performs a full OCR operation on the server and will increase response time and payload size.
Priority Priority to give to the execution.
PublicUrl A unique, encrypted URL for accessing the document validation interface without requiring authentication.

Documentation generated by MdDocs