Package io.scanbot.sdk.core
Class BasicImageLoadOptions
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class BasicImageLoadOptions implements Parcelable
Basic options for loading image.
-
-
Constructor Summary
Constructors Constructor Description BasicImageLoadOptions(Map<String, Object> source)
BasicImageLoadOptions(JSONObject json)
BasicImageLoadOptions(Rect roi)
-
Method Summary
Modifier and Type Method Description final Rect
getRoi()
Region of interest. final Unit
setRoi(Rect roi)
Region of interest. final JSONObject
toJson(ToJsonConfiguration config)
final BasicImageLoadOptions
clone()
final static BasicImageLoadOptions
default()
-
-
-
Constructor Detail
-
BasicImageLoadOptions
BasicImageLoadOptions(JSONObject json)
-
BasicImageLoadOptions
BasicImageLoadOptions(Rect roi)
-
-
Method Detail
-
toJson
final JSONObject toJson(ToJsonConfiguration config)
-
clone
final BasicImageLoadOptions clone()
-
default
final static BasicImageLoadOptions default()
-
-