Package com.regula.facesdk.model
Class MatchFacesImage
java.lang.Object
com.regula.facesdk.model.MatchFacesImage
- 
Constructor SummaryConstructorsConstructorDescriptionMatchFacesImage(Bitmap bitmap, ImageType imageType) MatchFacesImage(Bitmap bitmap, ImageType imageType, boolean detectAll) MatchFacesImage(ImageType imageType, Bitmap bitmap) MatchFacesImage(ImageType imageType, Bitmap bitmap, boolean detectAll) MatchFacesImage(Image image) MatchFacesImage(Image image, boolean detectAll) 
- 
Method SummaryModifier and TypeMethodDescriptionReturn image in base64 formatBitmapThe underlying image.Unique identifier for Image object.The image type.booleanDefines whether the comparison and detection should apply for all faces found on the image.
- 
Constructor Details- 
MatchFacesImage
- 
MatchFacesImage
- 
MatchFacesImage
- 
MatchFacesImage
- 
MatchFacesImage
- 
MatchFacesImage
 
- 
- 
Method Details- 
getImageTypeThe image type. The imageType influences matching results, therefore this field is required.- Returns:
- int value one of ImageType
 
- 
getBase64ImageReturn image in base64 format- Returns:
- converted Stringin the base64
 
- 
getBitmappublic Bitmap getBitmap()The underlying image.- Returns:
- Returns a bitmap of the underlying image.
 
- 
isDetectAllpublic boolean isDetectAll()Defines whether the comparison and detection should apply for all faces found on the image. Defaults to `false`. When set to `false`, only the most centered faces are compared and detected. Otherwise, all the faces are compared and detected.- Returns:
- Default: 'false'.
 
- 
getIdentifierUnique identifier for Image object.- Returns:
- UUID with RFC 4122 version 4 random by such as "E621E1F8-C36C-495A-93FC-0C247A3E6E5F".
 
 
-