/AWS1/CL_PLYLEXICON¶
Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_content TYPE /AWS1/PLYLEXICONCONTENT /AWS1/PLYLEXICONCONTENT¶
Lexicon content in string format. The content of a lexicon must be in PLS format.
iv_name TYPE /AWS1/PLYLEXICONNAME /AWS1/PLYLEXICONNAME¶
Name of the lexicon.
Queryable Attributes¶
Content¶
Lexicon content in string format. The content of a lexicon must be in PLS format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
Name¶
Name of the lexicon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |