Check the speech recognition result from a phrase, asynchronously.
public:
static IAsyncOperation<SpeechRecognitionResult^ >^ CheckResultFromPhraseAsync(
SpeechRecognizer^ speechRecognizer,
String^ phrase
)
speechRecognizer
Type: SpeechRecognizer
The speech recognizer.
phrase
Type: String
The phrase.
Type: IAsyncOperation<SpeechRecognitionResult^ >
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechRecognizerAnalyzer Class