Add E_UNSUPPORTED_OPERATION and feature tag
authorYoungil Shin <yi.shin@samsung.com>
Thu, 28 Mar 2013 12:17:04 +0000 (21:17 +0900)
committerYoungil Shin <yi.shin@samsung.com>
Thu, 28 Mar 2013 12:17:04 +0000 (21:17 +0900)
Change-Id: Ic34e3688b6f14004d88a3b468e6f5d89c83e4c61
Signed-off-by: Youngil Shin <yi.shin@samsung.com>
inc/FUixSpeechSpeechToText.h
inc/FUixSpeechTextToSpeech.h

index 95a6ba4..3d0660e 100644 (file)
@@ -194,10 +194,14 @@ public:
      * The ISpeechToTextEventListener::OnSpeechToTextInitialized() is invoked when the service has been initialized.
      * @since 2.0
      *
+     * @feature           %http://tizen.org/feature/speech.recognition
+     *
      * @return      An error code
      * @exception   E_SUCCESS           The method is successful.
-     * @exception   E_OUT_OF_MEMORY     The memory is insufficient.
-     * @remarks     This method must be called after Construct().
+     * @exception  E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. @b Since: @b 2.1
+     * For more information, see <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>Application Filtering</a>.
+     * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+     * This method must be called after Construct().
      */
     result Initialize(void);
 
index 4917c0c..38c122a 100644 (file)
@@ -192,11 +192,15 @@ public:
      * The ITextToSpeechEventListener::OnTextToSpeechInitialized() is invoked when the service has been initialized.
      *
      * @since 2.0
-        *
+     *
+     * @feature           %http://tizen.org/feature/speech.synthesis
+     *
      * @return      An error code
      * @exception   E_SUCCESS           The method is successful.
-     * @exception   E_OUT_OF_MEMORY     The memory is insufficient.
-     * @remarks     This method must be called after Construct().
+     * @exception  E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. @b Since: @b 2.1
+     * For more information, see <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>Application Filtering</a>.
+     * @remarks     Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+     * This method must be called after Construct().
      */
        result Initialize(void);