C# Class MediaAppSample.Core.Models.VoiceCommandInfo

Wrapper for SpeechRecognitionResult class instance improving access to the key data needed to process voice.
Afficher le fichier Open project: Microsoft/TVHelpers Class Usage Examples

Méthodes publiques

Méthode Description
GetSemanticInterpretation ( string interpretationKey ) : string

Returns the semantic interpretation of a speech result. Returns null if there is no interpretation for that key.

VoiceCommandInfo ( SpeechRecognitionResult speechRecognitionResult ) : System

Method Details

GetSemanticInterpretation() public méthode

Returns the semantic interpretation of a speech result. Returns null if there is no interpretation for that key.
public GetSemanticInterpretation ( string interpretationKey ) : string
interpretationKey string The interpretation key.
Résultat string

VoiceCommandInfo() public méthode

public VoiceCommandInfo ( SpeechRecognitionResult speechRecognitionResult ) : System
speechRecognitionResult SpeechRecognitionResult
Résultat System