Package io.scanbot.sdk.core
Class ImageInfo
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ImageInfo implements Parcelable
Image Info.
-
-
Method Summary
Modifier and Type Method Description final Integer
getHeight()
Image height in pixels. final Unit
setHeight(Integer height)
Image height in pixels. final Integer
getWidth()
Image width in pixels. final Unit
setWidth(Integer width)
Image width in pixels. final Integer
getMaxByteSize()
Byte size of the non-hibernating image. final Unit
setMaxByteSize(Integer maxByteSize)
Byte size of the non-hibernating image. final JSONObject
toJson(ToJsonConfiguration config)
final ImageInfo
clone()
-
-
-
Method Detail
-
getMaxByteSize
final Integer getMaxByteSize()
Byte size of the non-hibernating image.
-
setMaxByteSize
final Unit setMaxByteSize(Integer maxByteSize)
Byte size of the non-hibernating image.
-
toJson
final JSONObject toJson(ToJsonConfiguration config)
-
-