C# Class MediaAppSample.Core.Models.VoiceCommandInfo

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

Public Methods

Method 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 method

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.
return string

VoiceCommandInfo() public method

public VoiceCommandInfo ( SpeechRecognitionResult speechRecognitionResult ) : System
speechRecognitionResult SpeechRecognitionResult
return System