Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
files
Package-level
declarations
Types
Types
Image
Capture
Link copied to clipboard
class
ImageCapture
(
parentDirectory
:
File
,
captureInterval
:
Int
)
Location
Data
Link copied to clipboard
@
Serializable
data
class
LocationData
(
val
latitude
:
Double
,
val
longitude
:
Double
)
PLYFiles
Link copied to clipboard
object
PLYFiles
PLYMetadata
Link copied to clipboard
@
Serializable
data
class
PLYMetadata
(
val
vertexCount
:
Int
=
0
,
val
weight
:
Float
?
=
null
,
val
palletCount
:
Int
=
1
,
val
dimensions
:
Vector3
?
=
Vector3( 0f, 0f, 0f )
,
val
volume
:
Float
?
=
null
,
val
volumeRotationMatrix
:
List
<
List
<
Float
>
>
?
=
listOf( listOf(1f, 0f, 0f), listOf(0f, 1f, 0f), listOf(0f, 0f, 1f) )
,
val
estFreightClass
:
String
?
=
null
,
val
location
:
LocationData
?
=
null
,
val
barcodes
:
List
<
BarcodeData
>
=
emptyList()
,
val
frameDebugValues
:
FrameDebugValues
?
=
null
)
Snapshot
Files
Link copied to clipboard
object
SnapshotFiles