Class WorkflowResponse<DocT extends Inference>

    • Constructor Detail

      • WorkflowResponse

        public WorkflowResponse()
    • Method Detail

      • getExecution

        public Execution<DocT> getExecution()
        Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.
      • setExecution

        public void setExecution​(Execution<DocT> execution)
        Set the prediction model used to parse the document. The response object will be instantiated based on this parameter.