BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
StatsResults
Stats
Results
open
class
StatsResults
:
Parcelable
Created by Christopher Alex Brown on 1/5/17.
Members
Constructors
Stats
Results
Link copied to clipboard
constructor
(
)
Properties
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
StatsResults
>
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
create
Link copied to clipboard
@
NonNull
open
fun
create
(
)
:
StatsResults
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
duration
Link copied to clipboard
open
fun
duration
(
)
:
Long
end
Link copied to clipboard
open
fun
end
(
)
start
Link copied to clipboard
open
fun
start
(
)
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)