Поделиться через


VoiceCommandActivatedEventArgs.Result Свойство

Определение

Возвращает объект SpeechRecognitionResult , представляющий голосовую команду, которая активировала приложение.

public:
 property SpeechRecognitionResult ^ Result { SpeechRecognitionResult ^ get(); };
SpeechRecognitionResult Result();
public SpeechRecognitionResult Result { get; }
var speechRecognitionResult = voiceCommandActivatedEventArgs.result;
Public ReadOnly Property Result As SpeechRecognitionResult

Значение свойства

Объект SpeechRecognitionResult , представляющий голосовые команды, которые активировали приложение.

Реализации

Применяется к