BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
EdgeDetectionConfiguration
Edge
Detection
Configuration
class
EdgeDetectionConfiguration
:
Parcelable
Created by nadir on 8/11/17.
Members
Constructors
Edge
Detection
Configuration
Link copied to clipboard
constructor
(
@
NonNull
builder
:
EdgeDetectionConfiguration.Builder
)
Types
Builder
Link copied to clipboard
class
Builder
Properties
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
EdgeDetectionConfiguration
>
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
begin
Edges
Immediately
Link copied to clipboard
open
fun
beginEdgesImmediately
(
)
:
Boolean
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
edge
Content
Threshold
Link copied to clipboard
open
fun
edgeContentThreshold
(
)
:
Float
frame
Frequency
Link copied to clipboard
open
fun
frameFrequency
(
)
:
Int
frames
Above
Threshold
Limit
Link copied to clipboard
open
fun
framesAboveThresholdLimit
(
)
:
Int
frames
With
No
Edges
Limit
Link copied to clipboard
open
fun
framesWithNoEdgesLimit
(
)
:
Int
minimum
Blur
Score
Link copied to clipboard
open
fun
minimumBlurScore
(
)
:
Int
new
Builder
Link copied to clipboard
@
NonNull
open
fun
newBuilder
(
)
:
EdgeDetectionConfiguration.Builder
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)