VoiceCommandService class

A static class that enables installing command sets from a Voice Command Definition (VCD) file, and getting installed command sets.

Syntax

public static class VoiceCommandService
Public NotInheritable Class VoiceCommandService
public ref class VoiceCommandService abstract sealed 

Members

The VoiceCommandService class has these types of members:

  • Methods
  • Properties

Methods

The VoiceCommandService class has these methods. It also inherits methods from the Object class.

Method Description
InstallCommandSetsFromFileAsync Installs the CommandSet elements in a Voice Command Definition (VCD) file.

 

Properties

The VoiceCommandService class has these properties.

Property Access type Description

InstalledCommandSets

Read-only

A dictionary that contains all installed command sets that have a Name attribute set in the Voice Command Definition (VCD) file.

 

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.VoiceCommands Windows::Phone::Speech::VoiceCommands [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object