Package com.mindee
Class WorkflowOptions
- java.lang.Object
-
- com.mindee.WorkflowOptions
-
public final class WorkflowOptions extends Object
Workflow-specific options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowOptions.WorkflowOptionsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowOptions.WorkflowOptionsBuilder
builder()
boolean
equals(Object o)
String
getAlias()
Alias to give to the file.Boolean
getFullText()
Whether to include the full text data for async APIs.ExecutionPriority
getPriority()
Priority to give to the execution.String
getPublicUrl()
A unique, encrypted URL for accessing the document validation interface without requiring authentication.int
hashCode()
String
toString()
-
-
-
Method Detail
-
builder
public static WorkflowOptions.WorkflowOptionsBuilder builder()
-
getAlias
public String getAlias()
Alias to give to the file.
-
getPriority
public ExecutionPriority getPriority()
Priority to give to the execution.
-
getFullText
public Boolean getFullText()
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.
-
getPublicUrl
public String getPublicUrl()
A unique, encrypted URL for accessing the document validation interface without requiring authentication.
-
-