QInferenceResultParser Class
The QInferenceResultParser class parses JSON data from the pipeline. More...
| Header: | #include <QInferenceResultParser> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS EdgeAi)target_link_libraries(mytarget PRIVATE Qt6::EdgeAi) |
| qmake: | QT += edgeai |
| Inherits: | QInferenceStep |
| Status: | Technical Preview |
Public Functions
| QInferenceResultParser(QObject *parent = nullptr) |
Detailed Description
QInferenceResultParser accepts data on its input port, such as text or JSON from an AI step, and parses it. The parser makes the structured data available on its output port, or through the dataAvailable signal it inherits from QInferenceStep.
See also QInferenceStep, QVisionInference, and QInferenceVideoSource.
Member Function Documentation
QInferenceResultParser::QInferenceResultParser(QObject *parent = nullptr)
Constructs a QInferenceResultParser with the given parent.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.