C# 클래스 MediaAppSample.Core.Models.VoiceCommandInfo

Wrapper for SpeechRecognitionResult class instance improving access to the key data needed to process voice.
파일 보기 프로젝트 열기: Microsoft/TVHelpers 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetSemanticInterpretation() 공개 메소드

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.
리턴 string

VoiceCommandInfo() 공개 메소드

public VoiceCommandInfo ( SpeechRecognitionResult speechRecognitionResult ) : System
speechRecognitionResult SpeechRecognitionResult
리턴 System