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 classWorkflowOptions.WorkflowOptionsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowOptions.WorkflowOptionsBuilderbuilder()booleanequals(Object o)StringgetAlias()Alias to give to the file.BooleangetFullText()Whether to include the full text data for async APIs.ExecutionPrioritygetPriority()Priority to give to the execution.StringgetPublicUrl()A unique, encrypted URL for accessing the document validation interface without requiring authentication.BooleangetRag()Whether to enable Retrieval-Augmented generation.inthashCode()StringtoString()
-
-
-
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.
-
getRag
public Boolean getRag()
Whether to enable Retrieval-Augmented generation.
-
-