From: Youngil Shin Date: Thu, 28 Mar 2013 12:17:04 +0000 (+0900) Subject: Add E_UNSUPPORTED_OPERATION and feature tag X-Git-Tag: submit/tizen_2.1/20130424.232626~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14dede85db8bef263adfb4eac560acf36ca08e06;p=platform%2Fframework%2Fnative%2Fspeech.git Add E_UNSUPPORTED_OPERATION and feature tag Change-Id: Ic34e3688b6f14004d88a3b468e6f5d89c83e4c61 Signed-off-by: Youngil Shin --- diff --git a/inc/FUixSpeechSpeechToText.h b/inc/FUixSpeechSpeechToText.h index 95a6ba4..3d0660e 100644 --- a/inc/FUixSpeechSpeechToText.h +++ b/inc/FUixSpeechSpeechToText.h @@ -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 Application Filtering. + * @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); diff --git a/inc/FUixSpeechTextToSpeech.h b/inc/FUixSpeechTextToSpeech.h index 4917c0c..38c122a 100644 --- a/inc/FUixSpeechTextToSpeech.h +++ b/inc/FUixSpeechTextToSpeech.h @@ -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 Application Filtering. + * @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);