Dockware Scan
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core
/
Dockware
/
DocumentCapture
/
ImageBytes
Image
Bytes
android
data
class
ImageBytes
(
bytes
:
ByteArray
,
queueId
:
String
,
val
createdAt
:
Date
)
:
Dockware.Image
Members
Constructors
Image
Bytes
Link copied to clipboard
android
constructor
(
bytes
:
ByteArray
,
queueId
:
String
,
createdAt
:
Date
)
Properties
created
At
Link copied to clipboard
android
open
override
val
createdAt
:
Date
Functions
equals
Link copied to clipboard
android
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
android
open
override
fun
hashCode
(
)
:
Int
load
Bytes
Link copied to clipboard
android
open
override
fun
loadBytes
(
)
:
ByteArray