Package com.regula.facesdk.model
Class Image
java.lang.Object
com.regula.facesdk.model.Image
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBitmap
Return an image in the android.graphics.Bitmap formatbyte[]
return android.graphics.Bitmap byte arrayReturn one of image type int constantsgetTag()
Return tag of Image
-
Constructor Details
-
Image
-
Image
-
-
Method Details
-
getBitmap
public Bitmap getBitmap()Return an image in the android.graphics.Bitmap format- Returns:
- android.graphics.Bitmap
-
getImageType
Return one of image type int constants- Returns:
- int value one of
ImageType
-
getTag
Return tag of Image- Returns:
- tag in the
String
format
-
getImageData
public byte[] getImageData()return android.graphics.Bitmap byte array- Returns:
- converted android.graphics.Bitmap in the byte[]
-