On this page

InferenceResultParser QML Type

Parses the raw output of an inference step into structured results. More...

Import Statement: import QtEdgeAi
Since: Qt 6.12
Inherits:

InferenceStep

Status: Technical Preview

Detailed Description

InferenceResultParser is an InferenceStep that takes the raw output produced by a VisionInference step and converts it into structured results that the application can consume. Connect the output of a VisionInference step to this step in an InferenceFlow, then handle the dataAvailable signal to receive the parsed results.

When the QML component completes, the step creates the underlying C++ QInferenceResultParser.

See also InferenceStep, VisionInference, and InferenceFlow.

© 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.