Skip to content

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.

ANT Classic API List

High-level APIs

Low-level APIs

ANT Lite API List

JavaScript Basic Data Types

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