* mv_facial_landmark_prepare() function to prepare a network
* for the inference.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @remarks The @a infer should be released using mv_facial_landmark_destroy().
*
* @internal
* @brief Destroys inference handle and releases all its resources.
*
- * @since_tizen 7.5
+ * @since_tizen 8.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_facial_landmark_create().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the facial landmark object.
* @param[in] model_name Model name.
* @internal
* @brief Configures the backend for the facial landmark inference.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param [in] handle The handle to the inference
*
* @details Use this function to prepare the facial landmark inference based on
* the configured network.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the inference.
*
* @internal
* @brief Performs the facial landmark inference on the @a source.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @remarks This function is synchronous and may take considerable time to run.
*
* @param[in] handle The handle to the inference
* @internal
* @brief Gets the facial landmark positions on the @a source.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the inference
* @param[out] number_of_landmarks A number of landmarks detected.
* @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_facial_landmark_create().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the facial landmark object.
* @param[in] engine_type A string of inference engine type.
* @brief Gets a number of inference engines available for facial landmark task API.
* @details Use this function to get how many inference engines are supported for facial landmark after calling @ref mv_facial_landmark_create().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the facial landmark object.
* @param[out] engine_count A number of inference engines available for facial landmark 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_facial_landmark_get_engine_count().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the facial landmark 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_facial_landmark_create().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the facial landmark 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_facial_landmark_configure().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the facial landmark object.
* @param[in] engine_type A inference engine string.
* @ref mv_pose_landmark_prepare() function to prepare
* an pose landmark object.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[out] out_handle The handle to the pose landmark object to be created
*
/**
* @brief Destroys pose landmark handle and releases all its resources.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the pose landmark object 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_pose_landmark_create().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the pose landmark object.
* @param[in] model_name Model name.
/**
* @brief Configures the backend to the inference handle
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param [in] handle The handle to the inference
*
* @details Use this function to prepare inference based on
* the configured network.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param [in] handle The handle to the inference
*
* @details Use this function to inference with a given source.
*
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the pose landmark object.
* @param[in] source The handle to the source of the media.
/**
* @brief Gets the pose landmark positions on the @a source.
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @remarks pos_x and pos_y arrays are allocated internally by the framework and will remain valid
* until the handle is returned.
* Please do not deallocate them directly, and if you want to use them after the handle is returned,
* @brief Set user-given backend and device types for inference.
* @details Use this function to change the backend and device types for inference instead of default ones after calling @ref mv_pose_landmark_create().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the image classification object.
* @param[in] backend_type A string of backend type.
* @brief Get a number of inference engines available for image classification task API.
* @details Use this function to get how many inference engines are supported for image classification after calling @ref mv_pose_landmark_create().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the image classification object.
* @param[out] engine_count A number of inference engines available for image classification 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_pose_landmark_get_engine_count().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @remarks engine_type array is allocated internally by the framework and will remain valid
* until the handle is returned.
* Please do not deallocate it directly, and if you want to use it after the handle is returned,
* @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_pose_landmark_create().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] handle The handle to the image classification 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_pose_landmark_configure().
*
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @remarks device_type array is allocated internally by the framework and will remain valid
* until the handle is returned.
* Please do not deallocate it directly, and if you want to use it after the handle is returned,