Class Extraction


  • public final class Extraction
    extends Object
    • Method Detail

      • getDocumentId

        public String getDocumentId()
        The unique identifier of the uploaded document to run extraction on
        Returns:
        The unique identifier of the uploaded document to run extraction on
      • getDocumentClassification

        public DocumentClassification getDocumentClassification()
        The document classification
        Returns:
        The document classification
      • getExtractedData

        public ExtractedData getExtractedData()
        As extraction is done on a best-effort basis, and also information varies across different documents, none of these properties are guaranteed be present in the response.
        Returns:
        As extraction is done on a best-effort basis, and also information varies across different documents, none of these properties are guaranteed be present in the response.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object