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
/
BasicImageLoadOptions
Basic
Image
Load
Options
data
class
BasicImageLoadOptions
(
var
roi
:
Rect
=
Rect()
)
:
Parcelable
Basic options for loading image.
Members
Constructors
Basic
Image
Load
Options
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
roi
:
Rect
=
Rect()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
roi
Link copied to clipboard
var
roi
:
Rect
Region of interest.
Functions
clone
Link copied to clipboard
fun
clone
(
)
:
BasicImageLoadOptions
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject