BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
FrameCharacteristics
Frame
Characteristics
class
FrameCharacteristics
:
Parcelable
Created by chbrown on 2/8/18.
Members
Types
Builder
Link copied to clipboard
class
Builder
Frame
Extension
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
FrameExtension
Properties
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
FrameCharacteristics
>
DEFAULT_
COMPRESSION_
QUALITY
Link copied to clipboard
val
DEFAULT_COMPRESSION_QUALITY
:
Int
=
100
JPEG
Link copied to clipboard
val
JPEG
:
String
=
".jpg"
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
PNG
Link copied to clipboard
val
PNG
:
String
=
".png"
WEBP
Link copied to clipboard
val
WEBP
:
String
=
".webp"
Functions
compress
Format
Link copied to clipboard
@
Nullable
open
fun
compressFormat
(
)
:
Bitmap.CompressFormat
compression
Quality
Link copied to clipboard
open
fun
compressionQuality
(
)
:
Int
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
external
Storage
Link copied to clipboard
open
fun
externalStorage
(
)
:
Boolean
new
Builder
Link copied to clipboard
@
NonNull
open
fun
newBuilder
(
)
:
FrameCharacteristics.Builder
store
Frames
Link copied to clipboard
open
fun
storeFrames
(
)
:
Boolean
to
Extension
Link copied to clipboard
@
NonNull
open
fun
toExtension
(
)
:
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
dest
:
Parcel
,
flags
:
Int
)