Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.core
/
ImageInfo
Image
Info
data
class
ImageInfo
(
var
height
:
Int
,
var
width
:
Int
,
var
maxByteSize
:
Int
)
:
Parcelable
Image Info.
Members
Constructors
Image
Info
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
height
:
Int
,
width
:
Int
,
maxByteSize
:
Int
)
Properties
height
Link copied to clipboard
var
height
:
Int
Image height in pixels.
max
Byte
Size
Link copied to clipboard
var
maxByteSize
:
Int
Byte size of the non-hibernating image.
width
Link copied to clipboard
var
width
:
Int
Image width in pixels.
Functions
clone
Link copied to clipboard
fun
clone
(
)
:
ImageInfo
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject