X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Tizen.Uix.VoiceControl%2FTizen.Uix.VoiceControl%2FVoiceCommand.cs;h=b6be55704e5e59ed5a56c11a023414223bda69a1;hb=39a75a40b0b74c93176677884d69a889ff71f226;hp=53a9a2315c91cd5c4d448a083a1cafccb167d5bf;hpb=3921348c16660cfe108025b1c39f0ebfeaebfb8a;p=platform%2Fcore%2Fcsapi%2Fuix-voice-control.git diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs index 53a9a23..b6be557 100755 --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs +++ b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommand.cs @@ -23,6 +23,7 @@ namespace Tizen.Uix.VoiceControl /// /// Enumeration for Command Format /// + /// 3 public enum CommandFormat { /// @@ -54,6 +55,7 @@ namespace Tizen.Uix.VoiceControl /// /// This class represents a Voice Command /// + /// 3 public class VoiceCommand { internal SafeCommandHandle _handle; @@ -61,6 +63,7 @@ namespace Tizen.Uix.VoiceControl /// /// Public Constructor /// + /// 3 /// This Exception can be due to Invalid State. /// This Exception can be due to Out Of Memory. /// This Exception can be due to Permission Denied. @@ -87,6 +90,7 @@ namespace Tizen.Uix.VoiceControl /// This property should be used for commands which have non-fixed format. /// empty string will be returned in case of some internal error /// + /// 3 public string UnfixedCommand { get @@ -106,6 +110,7 @@ namespace Tizen.Uix.VoiceControl /// /// Gets/Sets command type. /// + /// 3 /// If you do not set the command type, the default value is Undefined. You should set type if command is valid /// This Exception can be due to Permission Denied. /// This Exception can be due to Not Supported. @@ -142,6 +147,7 @@ namespace Tizen.Uix.VoiceControl /// /// Gets/Sets the command format. /// + /// 3 /// The default format is Fixed /// This Exception can be due to Permission Denied. /// This Exception can be due to Not Supported. @@ -173,6 +179,7 @@ namespace Tizen.Uix.VoiceControl /// Gets/Sets command /// in case of get empty string will be returned in case of some internal error /// + /// 3 /// This Exception can be due to Permission Denied. /// This Exception can be due to Not Supported. public string Command