Class IdExtractionResult
java.lang.Object
io.digified.digified_library.api.result.BaseDigifiedResult
io.digified.digified_library.api.result.DigifiedResult
io.digified.digified_library.api.result.IdExtractionResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter method forbackIdData
: data of the back side of the idGetter method forbackLiveness
: the liveness score of the back image of the IDGetter method forfrontIdData
: data of the front side of the idGetter method forfrontLiveness
: the liveness score of the front image of the IDGetter method forwarning
: the warning messageGetter method forwarningCode
: the warning codeMethods inherited from class io.digified.digified_library.api.result.DigifiedResult
getError, getErrorCode, getMessage, getNextProcess, getOverallStatus, getResult, getShouldTerminate
-
Constructor Details
-
IdExtractionResult
public IdExtractionResult()
-
-
Method Details
-
getFrontIdData
Getter method forfrontIdData
: data of the front side of the id- Returns:
- "front" in the API response
-
getBackIdData
Getter method forbackIdData
: data of the back side of the id- Returns:
- "back" in the API response
-
getWarning
Getter method forwarning
: the warning message- Returns:
- "warning" in the API response
-
getWarningCode
Getter method forwarningCode
: the warning code- Returns:
- "warning_code" in the API response
-
getFrontLiveness
Getter method forfrontLiveness
: the liveness score of the front image of the ID- Returns:
- "front_liveness" in the API response
-
getBackLiveness
Getter method forbackLiveness
: the liveness score of the back image of the ID- Returns:
- "back_liveness" in the API response
-