Package com.regula.facesdk.model
Class Image
java.lang.Object
com.regula.facesdk.model.Image
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionBitmapReturn 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- 
getBitmappublic Bitmap getBitmap()Return an image in the android.graphics.Bitmap format- Returns:
- android.graphics.Bitmap
 
- 
getImageTypeReturn one of image type int constants- Returns:
- int value one of ImageType
 
- 
getTagReturn tag of Image- Returns:
- tag in the Stringformat
 
- 
getImageDatapublic byte[] getImageData()return android.graphics.Bitmap byte array- Returns:
- converted android.graphics.Bitmap in the byte[]
 
 
-