LetterSet Property of the TextLanguage Object

This property sets up additional letter sets for the text language. Every base language included in the collection of base languages of the text language provides its own letter sets. Each word in the text is recognized using one or several base languages, and thus their letter sets are applied to this word. This property specifies the number of letter sets that are applied to every recognized word irrespectively of the base language assigned to it.

Syntax

HRESULT get_LetterSet(
   TextLanguageLetterSetEnum Type,
   BSTR*                     Result
);
HRESULT put_LetterSet(
   TextLanguageLetterSetEnum Type,
   BSTR                      Value
);
    

Parameters

Type
[in] A variable of the TextLanguageLetterSetEnum type that describes the type of the letter set that you want to get or set.
Result
[out] A pointer to BSTR variable that receives the value of this property. Must not be NULL.
Value
[in] A variable of type BSTR that contains the new value for the property.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

Remarks

See the description of TextLanguageLetterSetEnum type for the list of available types of letters sets for the text language. By default, letter sets of each type are empty.

See also

TextLanguage

TextLanguageLetterSetEnum

Working with Properties

12.12.2022 20:26:03

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.