From: sooyeon.kim Date: Mon, 28 Aug 2017 08:55:18 +0000 (+0900) Subject: Fix spelling errors X-Git-Tag: submit/tizen/20170828.092457^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_4.0;p=platform%2Fcore%2Fcsapi%2Fuix-stt-engine.git Fix spelling errors Change-Id: I2113012dc7f231a45443f5e09554e706b181f431 Signed-off-by: sooyeon.kim --- diff --git a/Tizen.Uix.SttEngine/Tizen.Uix.SttEngine/SttEngine.cs b/Tizen.Uix.SttEngine/Tizen.Uix.SttEngine/SttEngine.cs index 4f8db42..5f5ca3b 100755 --- a/Tizen.Uix.SttEngine/Tizen.Uix.SttEngine/SttEngine.cs +++ b/Tizen.Uix.SttEngine/Tizen.Uix.SttEngine/SttEngine.cs @@ -219,7 +219,7 @@ namespace Tizen.Uix.SttEngine /// The result text /// The time started speaking the result text /// The time finished speaking the result text - /// The User data + /// The User data /// true to continue with the next iteration of the loop, false to break out of the loop /// SendResult() should be called. public delegate bool ResultTime(int index, TimeEvent resultEvent, string text, long startTime, long endTime, IntPtr userData); @@ -231,7 +231,7 @@ namespace Tizen.Uix.SttEngine /// The language is specified as an ISO 3166 alpha-2 two letter country-code /// followed by ISO 639-1 for the two-letter language code /// for example, "ko_KR" for Korean, "en_US" for American English - /// The User data + /// The User data /// true to continue with the next iteration of the loop, false to break out of the loop /// ForEachSupportedLanguages() should be called public delegate bool SupportedLanguages(string language, IntPtr userData); @@ -442,8 +442,8 @@ namespace Tizen.Uix.SttEngine /// 3. InvalidParameter /// 4. OperationFailed /// - /// - /// Start should succeed + /// + /// Start should succeed /// /// If the engine supports partial result, SendResult() should be invoked. public abstract Error SetRecordingData(string data, uint length); @@ -458,8 +458,8 @@ namespace Tizen.Uix.SttEngine /// 3. OperationFailed /// 4. NetworkDown /// - /// - /// Start should succeed + /// + /// Start should succeed /// /// After processing of the engine, , SendResult() should be invoked. public abstract Error Stop();