Gets the pronunciation from a phrase.
public:
static IVectorView<SpeechPronunciationDetail^ >^ GetPronunciationFromPhrase(
SpeechRecognizer^ speechRecognizer,
String^ phrase
)
speechRecognizer
Type: SpeechRecognizer
A speech recognizer.
phrase
Type: String
The phrase.
Type: IVectorView<SpeechPronunciationDetail^ >
The speech pronunciation detail.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechRecognizerAnalyzer Class