Tizen 2.1 base
[framework/osp/speech.git] / inc / FUixSpeech.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file        FUixSpeech.h
20  * @brief       This is the header file for the %Speech namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Tizen::Uix::Speech namespace.
23  */
24
25 #ifndef _FUIX_SPEECH_H_
26 #define _FUIX_SPEECH_H_
27
28 #include <FUixSpeechISpeechToTextEventListener.h>
29 #include <FUixSpeechITextToSpeechEventListener.h>
30 #include <FUixSpeechSpeechToText.h>
31 #include <FUixSpeechSpeechToTextTypes.h>
32 #include <FUixSpeechTextToSpeech.h>
33 #include <FUixSpeechTextToSpeechTypes.h>
34
35 /**
36  * @namespace Tizen::Uix::Speech
37  * @brief       This namespace contains the classes for the speech and its related functions.
38  * @since 2.0
39  *
40  * @remarks     @b Header @b %file: @b \#include @b <FUix.h> @n
41  *          @b Library : @b osp-speech-tts, @b osp-speech-stt
42  *
43  * The %Speech namespace provides easy and simplified speech recognition and synthesis methods. @n
44  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/uix/speech_to_text.htm">Speech-To-Text</a> and 
45  * <a href="../org.tizen.native.appprogramming/html/guide/uix/text_to_speech.htm">Text-To-Speech</a>.
46  *
47  * The following diagram illustrates the relationships between the classes belonging to the %Speech namespace.
48  * @image html uix_speech_using_the_apis_classdiagram.png
49  */
50
51 namespace Tizen { namespace Uix { namespace Speech
52 {
53
54 } } } // Tizen::Uix::Speech
55
56 #endif  //_FUIX_SPEECH_H_