Click or drag to resize
RecognitionResultPhrases Property
Gets the set of recognized phrases when RecognitionStatus is Success. This will contain at least one recognized phrase; in dictation mode, some utterances may produce multiple phrase results.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public List<RecognitionPhrase> Phrases { get; }

Property Value

Type: ListRecognitionPhrase
See Also