Skip to main content
TextLanguageLetterSetEnum enumeration constants describe different types of letter sets that may be assigned to a text language.
typedef enum {
 TLLS_InterwordPunctuators,
 TLLS_ProhibitedLetters,
 TLLS_Prefixes,
 TLLS_Suffixes
} TextLanguageLetterSetEnum;

Elements

NameDescription
TLLS\_InterwordPunctuatorsThis value denotes punctuation marks that may be found between words. There is no analogue of such letter set for a base language, as base language refers only to words and characters in the words.
TLLS\_PrefixesThis value denotes punctuation marks that may appear immediately before a word. These punctuation marks are additional to those defined by the base language.
TLLS\_ProhibitedLettersThis value denotes a set of letters that are prohibited for the current text language. They will never appear in the recognized text.
TLLS\_SuffixesThis value denotes punctuation marks that may appear immediately after a word. These punctuation marks are additional to those defined by the base language.

Used in

ITextLanguage::LetterSet