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