Declaring Type: WorkflowParameter
Namespace: Mindee.Http
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Workflow parameters.
public WorkflowParameter(LocalInputSource localSource, UrlInputSource urlSource, bool fullText, string alias, ExecutionPriority? priority, string publicUrl);
localSource
LocalInputSource
Local input source containing the file.LocalSource
urlSource
UrlInputSource
Source URL to use.UrlSource
fullText
bool
Whether to include the full text in the payload (compatible APIs only)FullText
alias
string
Alias to give to the document.Alias
priority
Nullable<ExecutionPriority>
Priority to give to the document.Priority
publicUrl
string
A one-time use unique encrypted URL to sign in with without using credentials.PublicUrl
Documentation generated by MdDocs