From e4903fbf977e6df2162dfe788e79682483254f9c Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Mon, 28 Aug 2017 17:55:18 +0900 Subject: [PATCH] Fix spelling errors Change-Id: I2113012dc7f231a45443f5e09554e706b181f431 Signed-off-by: sooyeon.kim --- Tizen.Uix.SttEngine/Tizen.Uix.SttEngine/SttEngine.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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(); -- 2.34.1