Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Pronounceable Enumeration

Lists values that represent whether the SpeechRecognitionEngine can pronounce a word and whether the pronunciation is defined in a lexicon.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public Enumeration Pronounceable
'Usage
Dim instance As Pronounceable
public enum Pronounceable

Members

Member name Description
UnknownWordUnpronounceable Indicates that a word does not exist in the lexicon and is not pronounceable.
UnknownWordPronounceable Indicates that a word does not exist in the lexicon but is pronounceable.
KnownWordPronounceable Indicates that a word exists in the lexicon and is pronounceable.

Remarks

The Grammar object's IsPronounceable(String) method returns a member of Pronounceable enumeration.

See Also

Reference

Microsoft.Speech.Recognition Namespace