X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fuix_stt_doc.h;h=61e59ed3716efe39913c3ea1755b71c90532fd33;hb=c9da1ac2d6511d63d1e07d23ac4df80c4dbd284d;hp=e58d761e86291af5272f567c686523e7b73d4262;hpb=cc4df9c606672153d5102d8f5b9818af0ff0d5fb;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/doc/uix_stt_doc.h b/doc/uix_stt_doc.h index e58d761..61e59ed 100644 --- a/doc/uix_stt_doc.h +++ b/doc/uix_stt_doc.h @@ -18,19 +18,18 @@ #ifndef __TIZEN_UIX_STT_DOC_H__ #define __TIZEN_UIX_STT_DOC_H__ + /** - * @defgroup CAPI_UIX_STT_MODULE STT * @ingroup CAPI_UIX_FRAMEWORK + * @defgroup CAPI_UIX_STT_MODULE STT * @brief The @ref CAPI_UIX_STT_MODULE API provides functions to recognize the speech. - * * @section CAPI_UIX_STT_MODULE_HEADER Required Header - * \#include + * \#include * * @section CAPI_UIX_STT_MODULE_OVERVIEW Overview * A main function of Speech-To-Text (below STT) API recognizes sound data recorded by users. * After choosing a language, applications will start recording and recognizing. * After recording, the applications will receive the recognized result. - * * To use of STT, use the following steps:
* 1. Create a handle
* 2. Register callback functions for notifications
@@ -39,7 +38,6 @@ * 5. Stop recording
* 6. Get result after processing
* 7. Destroy a handle
- * * The STT has a client-server for the service of multi-applications. * The STT service always works in the background as a server. * If the service is not working, client library will invoke it and client will communicate with it. @@ -52,7 +50,6 @@ * @image html capi_uix_stt_state_diagram.png "State diagram" * * @section CAPI_STT_MODULE_STATE_TRANSITIONS State Transitions - * * * * @@ -90,7 +87,6 @@ * @section CAPI_STT_MODULE_STATE_DEPENDENT_FUNCTION_FUNCTION_CALLS State Dependent Function Calls * The following table shows state-dependent function calls. It is forbidden to call functions listed below in wrong states. * Violation of this rule may result in an unpredictable behavior. - * *
FUNCTION
* * @@ -215,15 +211,14 @@ * * @section CAPI_UIX_STT_MODULE_FEATURE Related Features * This API is related with the following features:
- * - http://tizen.org/feature/speech.recognition
- * - http://tizen.org/feature/microphone
- * + * - http://tizen.org/feature/speech.recognition
+ * - http://tizen.org/feature/microphone
* It is recommended to design feature related codes in your application for reliability.
* You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.
* To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.
- * More details on featuring your application can be found from Feature Element. - * + * More details on featuring your application can be found from Feature Element. */ + #endif /* __TIZEN_UIX_STT_DOC_H__ */
FUNCTION