Data Structures
Only includes data structures and enum types used by open source community interfaces.
Common Business Structures
Image
Image.
| Name | Type | Description |
|---|---|---|
| Data | String | Image data, needs to be base64 encoded. |
| ThreePointList | Array of Pointf | Three point data. |
| ImageType | ImageType | Image type. 1:Rgb 2:Ir. |
| DataDigest | String | MD5 calculated for image data. |
Pointf
Point.
| Name | Type | Description |
|---|---|---|
| PointX | Float | X-axis coordinate. |
| PointY | Float | Y-axis coordinate. |
Enum Types
ImageType
Image type.
Return type: Integer, values from the enum table below.
| Enum Value | Description |
|---|---|
| 1 | Rgb |
| 2 | Ir |
PalmDirectionType
Palm direction.
Return type: Integer, values from the enum table below.
| Enum Value | Description |
|---|---|
| 1 | Left hand |
| 2 | Right hand |