* @privilege %http://tizen.org/privilege/recorder
* %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
- * @remarks The service_app_main() should be used for working the engine after this function.
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0. \n
+ * The service_app_main() should be used for working the engine after this function.
*
* @param[in] argc The argument count(original)
* @param[in] argv The argument(original)
/**
* @brief Sends the results to the engine service user.
* @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
+ * @privlevel public
* @privilege %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @param[in] event A result event
* @param[in] result_id Result ids
/**
* @brief Sends the ASR result to the engine service user.
* @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
+ * @privlevel public
* @privilege %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @param[in] event A asr result event
* @param[in] asr_result A asr result text
/**
* @brief Sends the NLG (Natural Language Generation) result to the engine service user.
* @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
+ * @privlevel public
* @privilege %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @param[in] nlg_result A nlg result
* @param[in] user_data The user data passed from the start
/**
* @brief Sends the specific engine result to the engine service user.
* @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
+ * @privlevel public
* @privilege %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @param[in] engine_app_id A specific engine's app id
* @param[in] event A specific engine result event
* #VCE_ERROR_NOT_SUPPORTED_FEATURE \n
* #VCE_ERROR_TTS_FAILED.
* @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
+ * @privlevel public
* @privilege %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @param[in] error Error type
* @param[in] msg Error message
* @privilege %http://tizen.org/privilege/recorder
* %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @param[in] key Private key
* @param[in] data Private data
* @privilege %http://tizen.org/privilege/recorder
* %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
- * @remarks The @a data must be released using free() when it is no longer required.
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0. \n
+ * The @a data must be released using free() when it is no longer required.
*
* @param[in] key Private key
* @param[out] data Private data
* @privilege %http://tizen.org/privilege/recorder
* %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @return 0 on success, otherwise a negative error value.
* @retval #VCE_ERROR_NONE Successful
/**
* @brief Sends audio formats necessary for playing TTS feedback.
* @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
+ * @privlevel public
* @privilege %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @param[in] rate A sampling rate
* @param[in] channel The audio channel
/**
* @brief Sends audio streaming necessary for playing TTS feedback.
* @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif
+ * @privlevel public
* @privilege %http://tizen.org/privilege/appmanager.launch (Since 7.0)
* %http://tizen.org/privilege/datasharing (Since 7.0)
+ * @remarks To use this function, privileges of appmanager.launch and datasharing should be included since 7.0.
*
* @param[in] event A feedback event
* @param[in] buffer The feedback data