BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
EdgeDetectionState
Edge
Detection
State
open
class
EdgeDetectionState
:
Parcelable
Members
Constructors
Edge
Detection
State
Link copied to clipboard
constructor
(
state
:
Int
)
Properties
ABOVE_
THRESHOLD
Link copied to clipboard
val
ABOVE_THRESHOLD
:
Int
=
0
BELOW_
THRESHOLD
Link copied to clipboard
val
BELOW_THRESHOLD
:
Int
=
1
CONSECUTIVE_
ABOVE_
THRESHOLD_
LIMIT_
REACHED
Link copied to clipboard
val
CONSECUTIVE_ABOVE_THRESHOLD_LIMIT_REACHED
:
Int
=
2
CONSECUTIVE_
BELOW_
THRESHOLD_
LIMIT_
REACHED
Link copied to clipboard
val
CONSECUTIVE_BELOW_THRESHOLD_LIMIT_REACHED
:
Int
=
3
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
EdgeDetectionState
>
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
state
Link copied to clipboard
open
fun
state
(
)
:
Int
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)