SpeechRecognizerAnalyzer.GetPronunciationFromPhrase Method

Gets the pronunciation from a phrase.

Syntax

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

Parameters

speechRecognizer
Type: SpeechRecognizer 

A speech recognizer.

phrase
Type: String 

 The phrase.

Return value

Type: IVectorView<SpeechPronunciationDetail^ > 

  The speech pronunciation detail.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognizerAnalyzer Class

SpeechRecognizerAnalyzer Members

Windows.Xbox.Speech.Recognition Namespace