Class VoiceCommand
Definition
- Namespace:
- Tizen.Uix.VoiceControl
- Assembly:
- Tizen.Uix.VoiceControl.dll
- API Level:
- 3
This class represents a voice command.
public class VoiceCommand
- Inheritance
-
VoiceCommand
Constructors
View SourceVoiceCommand()
The public constructor.
Declaration
public VoiceCommand()
Exceptions
Type | Condition |
---|---|
InvalidOperationException | This exception can be due to an invalid state. |
OutOfMemoryException | This exception can be due to out Of memory. |
UnauthorizedAccessException | This exception can be due to permission denied. |
NotSupportedException | This exception can be due to not supported. |
API Level: 3
Properties
View SourceCommand
Gets or sets the command. A get empty string will be returned in case of some internal error.
Declaration
public string Command { get; set; }
Property Value
Type | Description |
---|---|
String |
Exceptions
Type | Condition |
---|---|
UnauthorizedAccessException | This exception can be due to permission denied. |
NotSupportedException | This exception can be due to not supported. |
API Level: 3
View SourceFormat
Gets or sets the command format.
Declaration
public CommandFormat Format { get; set; }
Property Value
Type | Description |
---|---|
CommandFormat |
Remarks
The default format is Fixed.
Exceptions
Type | Condition |
---|---|
UnauthorizedAccessException | This exception can be due to permission denied. |
NotSupportedException | This exception can be due to not supported. |
API Level: 3
View SourceType
Gets or sets the command type.
Declaration
public CommandType Type { get; set; }
Property Value
Type | Description |
---|---|
CommandType |
Remarks
If you do not set the command type, the default value is undefined. You should set the type if the command is valid.
Exceptions
Type | Condition |
---|---|
UnauthorizedAccessException | This exception can be due to permission denied. |
NotSupportedException | This exception can be due to not supported. |
API Level: 3
View SourceUnfixedCommand
Gets the unfixed command. This property should be used for commands which have non-fixed format. An empty string will be returned in case of some internal error.
Declaration
public string UnfixedCommand { get; }
Property Value
Type | Description |
---|---|
String |