-
Notifications
You must be signed in to change notification settings - Fork 28
ANT APIs
Gyeonghwan Hong edited this page Dec 21, 2020
·
8 revisions
ANT API is the programming interface for machine learning applications running on IoT devices.
There are 5 basic data types in JavaScript as following. In this document, we use those basic data types as the type of return values or parameters.
General Type | Javscript Type |
---|---|
INT | Integer |
FLOAT | Number |
STRING | String |
OBJECT | Object |
FUNCTION | Function |
- Home
- About
- Getting Started
-
ANT APIs
- ANT Classic API
- ANT Lite API
- Getting Involved