Skip to main content

Data Structures

Only includes data structures and enum types used by open source community interfaces.

Common Business Structures

Image

Image.

NameTypeDescription
DataStringImage data, needs to be base64 encoded.
ThreePointListArray of PointfThree point data.
ImageTypeImageTypeImage type. 1:Rgb 2:Ir.
DataDigestStringMD5 calculated for image data.

Pointf

Point.

NameTypeDescription
PointXFloatX-axis coordinate.
PointYFloatY-axis coordinate.

Enum Types

ImageType

Image type.

Return type: Integer, values from the enum table below.

Enum ValueDescription
1Rgb
2Ir

PalmDirectionType

Palm direction.

Return type: Integer, values from the enum table below.

Enum ValueDescription
1Left hand
2Right hand