Returns a speech pronunciation detail for a string.
public:
IVectorView<SpeechPronunciationDetail^ >^ GetPronunciationFromPhrase(
SpeechRecognizer^ speechRecognizer,
String^ phrase
)
speechRecognizer
Type: SpeechRecognizer
The recognizer to use to get the pronunciation.
phrase
Type: String
The string to recognize.
Type: IVectorView<SpeechPronunciationDetail^ >
The pronunciation of the string.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
ISpeechRecognizerAnalyzerStatic Interface