ISpeechRecognizerAnalyzerStatic.GetPronunciationFromPhrase Method

Returns a speech pronunciation detail for a string.

Syntax

public:
IVectorView<SpeechPronunciationDetail^ >^ GetPronunciationFromPhrase(
         SpeechRecognizer^ speechRecognizer,
         String^ phrase
)  

Parameters

speechRecognizer
Type: SpeechRecognizer 

The recognizer to use to get the pronunciation.

phrase
Type: String 

 The string to recognize.

Return value

Type: IVectorView<SpeechPronunciationDetail^ > 

  The pronunciation of the string.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizerAnalyzerStatic Interface

ISpeechRecognizerAnalyzerStatic Members

Windows.Xbox.Speech.Recognition Namespace