Interface DocumentGroup.Builder

    • Method Detail

      • splitDocuments

        DocumentGroup.Builder splitDocuments​(Collection<SplitDocument> splitDocuments)

        An array that contains information about the pages of a document, defined by logical boundary.

        Parameters:
        splitDocuments - An array that contains information about the pages of a document, defined by logical boundary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • splitDocuments

        DocumentGroup.Builder splitDocuments​(SplitDocument... splitDocuments)

        An array that contains information about the pages of a document, defined by logical boundary.

        Parameters:
        splitDocuments - An array that contains information about the pages of a document, defined by logical boundary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectedSignatures

        DocumentGroup.Builder detectedSignatures​(Collection<DetectedSignature> detectedSignatures)

        A list of the detected signatures found in a document group.

        Parameters:
        detectedSignatures - A list of the detected signatures found in a document group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectedSignatures

        DocumentGroup.Builder detectedSignatures​(DetectedSignature... detectedSignatures)

        A list of the detected signatures found in a document group.

        Parameters:
        detectedSignatures - A list of the detected signatures found in a document group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • undetectedSignatures

        DocumentGroup.Builder undetectedSignatures​(Collection<UndetectedSignature> undetectedSignatures)

        A list of any expected signatures not found in a document group.

        Parameters:
        undetectedSignatures - A list of any expected signatures not found in a document group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • undetectedSignatures

        DocumentGroup.Builder undetectedSignatures​(UndetectedSignature... undetectedSignatures)

        A list of any expected signatures not found in a document group.

        Parameters:
        undetectedSignatures - A list of any expected signatures not found in a document group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.