BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
EdgeDetection
Edge
Detection
open
class
EdgeDetection
:
Parcelable
Created by Christopher Alex Brown on 4/6/17.
Members
Constructors
Edge
Detection
Link copied to clipboard
constructor
(
)
Properties
content
Percent
Link copied to clipboard
open
var
contentPercent
:
Float
content
Percent
For
Move
Closer
Link copied to clipboard
open
var
contentPercentForMoveCloser
:
Float
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
EdgeDetection
>
found
Bottom
Edge
Link copied to clipboard
open
var
foundBottomEdge
:
Boolean
found
Top
Edge
Link copied to clipboard
open
var
foundTopEdge
:
Boolean
height
Link copied to clipboard
open
var
height
:
Float
no
Edges
Found
Link copied to clipboard
open
var
noEdgesFound
:
Boolean
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
width
Link copied to clipboard
open
var
width
:
Float
x
Link copied to clipboard
open
var
x
:
Float
y
Link copied to clipboard
open
var
y
:
Float
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
rectangle
Link copied to clipboard
@
NonNull
open
fun
rectangle
(
)
:
RectF
rectangle
As
Percentange
Link copied to clipboard
@
Nullable
open
fun
rectangleAsPercentange
(
bitmapWidth
:
Int
,
bitmapHeight
:
Int
)
:
RectF
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)