Class WorkflowRunOutputUpdateRequest


  • public final class WorkflowRunOutputUpdateRequest
    extends java.lang.Object
    • Method Detail

      • getReviewedOutput

        public ProvidedProcessorOutput getReviewedOutput()
        Returns:
        The corrected output of the processor when run against the file.

        This should conform to the output type schema of the given processor.

        If this is an extraction result, you can include all fields, or just the ones that were corrected, our system will handle merges/dedupes. However, if you do include a field, we assume the value included in the final reviewed value.

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object