Package io.scanbot.sdk.camera
Class CaptureInfo
-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public final class CaptureInfo implements Parcelable, Serializable
Contains information about the captured image
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
imageOrientation
private final Boolean
isCapturedAutomatically
-
Constructor Summary
Constructors Constructor Description CaptureInfo(Integer imageOrientation, Boolean isCapturedAutomatically)
-
Method Summary
Modifier and Type Method Description final Integer
getImageOrientation()
final Boolean
isCapturedAutomatically()
-
-
Method Detail
-
getImageOrientation
final Integer getImageOrientation()
-
isCapturedAutomatically
final Boolean isCapturedAutomatically()
-
-
-
-