Class Lexicon
Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.
public class Lexicon
  - Inheritance
 - 
      
      Lexicon
 
- Inherited Members
 
Constructors
Lexicon()
public Lexicon()
  Properties
Content
Gets and sets the property Content.
Lexicon content in string format. The content of a lexicon must be in PLS format.
public string Content { get; set; }
  Property Value
Name
Gets and sets the property Name.
Name of the lexicon.
public string Name { get; set; }