The Xentara ONNX Engine v2.0
User Manual
JSON Format for ONNX Engine Output I/O Points
See also
Skill Data Points in the Xentara user manual

A JSON object describing a Output has following syntax:

{
"@Skill.ONNX-Engine.Output": {
"name": "Output Zero",
"UUID": "eddeacf3-9fa8-4ae2-b9c8-9535c2d6926a",
"index": 0
}
}

Object Members
nameA string value containing the name of the Module.
UUIDA string value containing the unique UUID of the device.
indexAn integer value representing the index output of the ONNX model.

Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.