mv_machine_learning: add async API for face detection task group
[platform/core/api/mediavision.git] / include / mv_face_detection_type.h
index 6a4e514..be68132 100644 (file)
@@ -40,6 +40,8 @@ extern "C" {
  */
 typedef void *mv_face_detection_h;
 
+typedef void (*mv_completion_cb)(mv_face_detection_h handle, void *user_data);
+
 /**
  * @}
  */