Class VoiceCommandsGroup

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll

This class represents a list of the voice commands.

C#
Copy
public class VoiceCommandsGroup : IDisposable
Inheritance
object
VoiceCommandsGroup
Implements
System.IDisposable

Constructors

View Source

VoiceCommandsGroup()

The public constructor.

Declaration
C#
Copy
public VoiceCommandsGroup()
Exceptions
Type Condition
System.InvalidOperationException

This exception can be due to out of memory.

System.UnauthorizedAccessException

This exception can be due to permission denied.

System.NotSupportedException

The required feature is not supported.

Properties

View Source

Commands

Gets the command list.

Declaration
C#
Copy
public IList<VoiceCommand> Commands { get; }
Property Value
Type Description
System.Collections.Generic.IList<T><VoiceCommand>

Methods

View Source

Dispose()

Release any unmanaged resources used by this object.

Declaration
C#
Copy
public void Dispose()
View Source

Dispose(bool)

Release any unmanaged resources used by this object.

Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

If true, disposes any disposable objects. If false, does not dispose disposable objects.

View Source

~VoiceCommandsGroup()

The destructor of the VoiceCommandList class.

Declaration
C#
Copy
protected ~VoiceCommandsGroup()

Implements

System.IDisposable