Package com.onfido.models
Class Extraction
- java.lang.Object
-
- com.onfido.models.Extraction
-
public final class Extraction extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtraction.Request
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DocumentClassificationgetDocumentClassification()The document classificationStringgetDocumentId()The unique identifier of the uploaded document to run extraction onExtractedDatagetExtractedData()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.inthashCode()static Extraction.Requestrequest()StringtoString()
-
-
-
Method Detail
-
request
public static Extraction.Request request()
-
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.
-
-