Class VoiceCommandsGroup

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll
API Level:
6

This class represents a list of the voice commands.

C#
Copy
public class VoiceCommandsGroup : IDisposable
Inheritance
VoiceCommandsGroup

Constructors

View Source

VoiceCommandsGroup()

The public constructor.

Declaration
C#
Copy
public VoiceCommandsGroup()
API Level: 6
Privilege Level: public
Privilege: http://tizen.org/privilege/recorder
Feature: http://tizen.org/feature/microphonehttp://tizen.org/feature/speech.control

Properties

View Source

Commands

Gets the command list.

Declaration
C#
Copy
public IList<VoiceCommand> Commands { get; }
Property Value
Type Description
IList<VoiceCommand>
API Level: 6

Methods

View Source

Dispose()

Release any unmanaged resources used by this object.

Declaration
C#
Copy
public void Dispose()
API Level: 6
View Source

Dispose(Boolean)

Release any unmanaged resources used by this object.

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

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

API Level: 6
View Source

Finalize()

The destructor of the VoiceCommandList class.

Declaration
C#
Copy
protected void Finalize()
API Level: 6

Extension Methods