* mv_face_detection_prepare() function to prepare a network
* for the inference.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @remarks The @a infer should be released using mv_face_detection_destroy().
*
* @internal
* @brief Destroys inference handle and releases all its resources.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the inference to be destroyed.
*
* @brief Sets user-given model information.
* @details Use this function to change the model information instead of default one after calling @ref mv_face_detection_create().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the face detection object.
* @param[in] model_name Model name.
* @internal
* @brief Configures the backend for the face detection inference.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param [in] handle The handle to the inference
*
* @details Use this function to prepare the face detection inference based on
* the configured network.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the inference.
*
* @internal
* @brief Performs the face detection inference on the @a source.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
* @remarks This function is synchronous and may take considerable time to run.
*
* @param[in] handle The handle to the inference
* @internal
* @brief Performs asynchronously the face detection inference on the @a source.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
* @remarks This function operates asynchronously, so it returns immediately upon invocation.
* The inference results are inserted into the outgoing queue within the framework
* in the order of processing, and the results can be obtained through mv_face_detection_get_result()
* @internal
* @brief Gets the face detection inference result on the @a source.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the inference
* @param[out] result_cnt A number of results.
* @internal
* @brief Gets the face detection inference result on the @a source.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the inference
* @param[in] index A result index.
* @brief Sets user-given inference engine and device types for inference.
* @details Use this function to change the inference engine and device types for inference instead of default ones after calling @ref mv_face_detection_create().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the face detection object.
* @param[in] engine_type A string of inference engine type.
* @brief Gets a number of inference engines available for face detection task API.
* @details Use this function to get how many inference engines are supported for face detection after calling @ref mv_face_detection_create().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the face detection object.
* @param[out] engine_count A number of inference engines available for face detection API.
* @brief Gets engine type to a given inference engine index.
* @details Use this function to get inference engine type with a given engine index after calling @ref mv_face_detection_get_engine_count().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the face detection object.
* @param[in] engine_index A inference engine index for getting the inference engine type.
* @brief Gets a number of device types available to a given inference engine.
* @details Use this function to get how many device types are supported for a given inference engine after calling @ref mv_face_detection_create().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the face detection object.
* @param[in] engine_type A inference engine string.
* @brief Gets device type list available.
* @details Use this function to get what device types are supported for current inference engine type after calling @ref mv_face_detection_configure().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the face detection object.
* @param[in] engine_type A inference engine string.
* mv_object_detection_prepare() function to prepare a network
* for the inference.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @remarks The @a infer should be released using mv_object_detection_destroy().
*
* @internal
* @brief Destroys inference handle and releases all its resources.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] infer The handle to the inference to be destroyed.
*
* @brief Set user-given model information.
* @details Use this function to change the model information instead of default one after calling @ref mv_object_detection_create().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the object detection object.
* @param[in] model_name Model name.
* @internal
* @brief Configures the backend for the object detection inference.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param [in] infer The handle to the inference
*
* @details Use this function to prepare the object detection inference based on
* the configured network.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] infer The handle to the inference.
*
* @internal
* @brief Performs the object detection inference on the @a source.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
* @remarks This function is synchronous and may take considerable time to run.
*
* @param[in] source The handle to the source of the media
* @internal
* @brief Performs asynchronously the object detection inference on the @a source.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
* @remarks This function operates asynchronously, so it returns immediately upon invocation.
* The inference results are inserted into the outgoing queue within the framework
* in the order of processing, and the results can be obtained through mv_object_detection_get_result()
* @internal
* @brief Gets the object detection inference result on the @a source.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the inference
* @param[out] result_cnt A number of results.
* @internal
* @brief Gets the object detection inference result on the @a source.
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the inference
* @param[in] index A result index.
* @brief Set user-given inference engine and device types for inference.
* @details Use this function to change the inference engine and device types for inference instead of default ones after calling @ref mv_object_detection_create().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the object detection object.
* @param[in] engine_type A string of inference engine type.
* @brief Get a number of inference engines available for object detection task API.
* @details Use this function to get how many inference engines are supported for object detection after calling @ref mv_object_detection_create().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the object detection object.
* @param[out] engine_count A number of inference engines available for object detection API.
* @brief Get engine type to a given inference engine index.
* @details Use this function to get inference engine type with a given engine index after calling @ref mv_object_detection_get_engine_count().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the object detection object.
* @param[in] engine_index A inference engine index for getting the inference engine type.
* @brief Get a number of device types available to a given inference engine.
* @details Use this function to get how many device types are supported for a given inference engine after calling @ref mv_object_detection_create().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the object detection object.
* @param[in] engine_type A inference engine string.
* @brief Get device type list available.
* @details Use this function to get what device types are supported for current inference engine type after calling @ref mv_object_detection_configure().
*
- * @since_tizen 8.0
+ * @since_tizen 9.0
*
* @param[in] handle The handle to the object detection object.
* @param[in] engine_type A inference engine string.