Package com.mindee

Class WorkflowOptions


  • public final class WorkflowOptions
    extends Object
    Workflow-specific options.
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object