The GUIDO Engine services are available as a Javascript libray.
The Javascript library API is similar to the C/C++ API:
- data structures like GuidoLayoutSettings,
GuidoDate, GuidoPageFormat, ParserError, GuidoVersion or LimitParams carry the the same name on Javascript side, including for the structures fields.
- constants like GuidoErrCode or GuidoElementSelector carry the the same name on Javascript side
- C++ classes that proviide the interface to the library service are also similar in name and in methods names. These classes are enumerated below, with the corresponding methods.
This short Javascript documentation is intended as a quick reference. For more details, you should refer to the
C/C++ API. Examples of use are provided in the examples folder.
Data structure used by GUIDOScoreMap module
GUIDOScoreMap module use a collection of JSON objects corresponding to the objects of C/C++ API to exchange data.
You can find the description of all the JSON objects in the
GUIDO mappings page of Guido webservice.