Class VehicleLicenseExtractionResult
java.lang.Object
io.digified.digified_library.api.result.BaseDigifiedResult
io.digified.digified_library.api.result.DigifiedResult
io.digified.digified_library.api.result.VehicleLicenseExtractionResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter method forbackLiveness
: the liveness score of the back image of the vehicle licenseGetter method forbackVehicleLicenseData
: data of the back side of the vehicle licenseGetter method forfrontLiveness
: the liveness score of the front image of the vehicle licenseGetter method forfrontVehicleLicenseData
: data of the front side of the vehicle licenseGetter 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
-
VehicleLicenseExtractionResult
public VehicleLicenseExtractionResult()
-
-
Method Details
-
getFrontVehicleLicenseData
Getter method forfrontVehicleLicenseData
: data of the front side of the vehicle license- Returns:
- "front" in the API response
-
getBackVehicleLicenseData
Getter method forbackVehicleLicenseData
: data of the back side of the vehicle license- 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 vehicle license- Returns:
- "front_liveness" in the API response
-
getBackLiveness
Getter method forbackLiveness
: the liveness score of the back image of the vehicle license- Returns:
- "back_liveness" in the API response
-