Package com.regula.facesdk.model
Class Image
- java.lang.Object
-
- com.regula.facesdk.model.Image
-
public final class Image extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bitmap
getBitmap()
Return an image in the android.graphics.Bitmap formatbyte[]
getImageData()
return android.graphics.Bitmap byte arrayImageType
getImageType()
Return one of image type int constantsjava.lang.String
getTag()
Return tag of Image
-
-
-
Method Detail
-
getBitmap
public Bitmap getBitmap()
Return an image in the android.graphics.Bitmap format- Returns:
- android.graphics.Bitmap
-
getImageType
public ImageType getImageType()
Return one of image type int constants- Returns:
- int value one of
ImageType
-
getTag
public java.lang.String 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[]
-
-