mv_machine_learning: add async API for face detection task group
[platform/core/api/mediavision.git] / mv_machine_learning / object_detection / include / face_detection_adapter.h
index ec2536d..5c19d0d 100644 (file)
@@ -37,6 +37,8 @@ private:
        std::string _meta_file;
        std::string _label_file;
 
+       void updateResult(ObjectDetectionResult &result);
+
 public:
        FaceDetectionAdapter();
        ~FaceDetectionAdapter();