Partager via


VoiceCommand Classe

Définition

Commande donnée à Cortana, à l’aide de la voix ou du texte, et routée vers une application d’arrière-plan.

La commande doit être déclarée dans un fichier VCD (Voice Command Definition) inscrit par l’application référencée dans la commande. Consultez Lancer une application en arrière-plan avec des commandes vocales pour plus d’informations sur la création et l’inscription d’un fichier de définition de commande vocale (VCD) pour votre application.

public ref class VoiceCommand sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommand final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommand
Public NotInheritable Class VoiceCommand
Héritage
Object Platform::Object IInspectable VoiceCommand
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Accédez aux objets VoiceCommand en appelant GetVoiceCommandAsync sur un Objet VoiceCommandServiceConnection qui référence l’objet Windows.ApplicationModel.AppService approprié.

Propriétés

CommandName

Obtient la valeur de l’attribut Name pour l’élément Command déclaré dans le fichier VCD (Voice Command Definition).

Properties

Obtient un dictionnaire contenant les propriétés sémantiques de l’expression reconnue dans la commande vocale.

SpeechRecognitionResult

Obtient l’objet SpeechRecognitionResult qui représente les résultats retournés par la commande vocale.

S’applique à

Voir aussi