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
/
ObjectCapture
/
ImageFile
Image
File
data
class
ImageFile
(
_file
:
File
)
:
Dockware.Image
A data class to load image bytes.
Members
Constructors
Image
File
Link copied to clipboard
constructor
(
_file
:
File
)
Types
Image
Exception
Link copied to clipboard
sealed
class
ImageException
:
Exception
Properties
created
At
Link copied to clipboard
open
override
val
createdAt
:
Date
Functions
load
Bytes
Link copied to clipboard
open
override
fun
loadBytes
(
)
:
ByteArray
Loads the byte array of the image
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String