Interface FaceImageResult
-
- All Known Implementing Classes:
BlinkIdCombinedRecognizer.Result
,BlinkIdRecognizer.Result
,DocumentFaceRecognizer.Result
,MrtdCombinedRecognizer.Result
,PassportRecognizer.Result
,UsdlCombinedRecognizer.Result
,VisaRecognizer.Result
public interface FaceImageResult
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLASS_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Image
getFaceImage()
-
-
-
Field Detail
-
CLASS_NAME
@NonNull static final java.lang.String CLASS_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFaceImage
@Nullable Image getFaceImage()
- Returns:
- face image from the document if enabled with
FaceImageOptions.setReturnFaceImage(boolean)
, elsenull
-
-