C# Класс MediaAppSample.Core.Models.VoiceCommandInfo

Wrapper for SpeechRecognitionResult class instance improving access to the key data needed to process voice.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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