X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fuix_stt_doc.h;h=e58d761e86291af5272f567c686523e7b73d4262;hb=cc4df9c606672153d5102d8f5b9818af0ff0d5fb;hp=e89d6f302725b507e25a5672f054dd1a9d090034;hpb=36fb34841f6fa844b073b392212459e79a9ae998;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/doc/uix_stt_doc.h b/doc/uix_stt_doc.h index e89d6f3..e58d761 100644 --- a/doc/uix_stt_doc.h +++ b/doc/uix_stt_doc.h @@ -34,17 +34,17 @@ * To use of STT, use the following steps:
* 1. Create a handle
* 2. Register callback functions for notifications
- * 3. Prepare stt-daemon asynchronously
+ * 3. Prepare stt-service asynchronously
* 4. Start recording for recognition
* 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 daemon as a server always works in the background for the STT service. - * If the daemon is not working, client library will invoke it and client will communicate with it. - * The daemon has engines and the recorder so client does not have the recorder itself. - * Only the client request commands to the daemon for the service. + * 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. + * The service has engines and the recorder so client does not have the recorder itself. + * Only the client request commands to the STT service for using STT. * * @section CAPI_STT_MODULE_STATE_DIAGRAM State Diagram * The following diagram shows the life cycle and the states of the STT. @@ -110,7 +110,7 @@ * * stt_prepare() * Created - * This function works asynchronously. If daemon fork is failed, application gets the error callback. + * This function works asynchronously. If the STT service fork is failed, application gets the error callback. * * * stt_unprepare()