Interface MatchedDocumentResult

All Superinterfaces:
PositionalResult
All Known Subinterfaces:
MatchedDocumentError, MatchedDocumentSuccess

public interface MatchedDocumentResult extends PositionalResult
Contains information about one processed matched document, including the EDL Item ID and document version ID. Exposes the index of the document in a batch input.
  • Method Details

    • getEdlItemId

      String getEdlItemId()
      Retrieves the EDL Item ID provided in the request.
      Returns:
      the EDL Item ID
    • getDocumentVersionId

      String getDocumentVersionId()
      Retrieves the document version ID of the processed matched document.
      Returns:
      the document version ID