LetterSet Property of the SimpleLanguage Object
Every simple recognition language is characterized by a number of letter sets. These types are described by the LanguageLetterSetEnum enumeration constants values. This property provides access to these letter sets. It allows you to get and set a specified letter set in a form of a string containing the letter set characters.
Syntax
Visual Basic .NET
Property LetterSet(type As LanguageLetterSetEnum) As String
C++
HRESULT get_LetterSet( LanguageLetterSetEnum type, BSTR* pVal ); HRESULT put_LetterSet( LanguageLetterSetEnum type, BSTR newVal );
Parameters
- type
- [in] A variable of LanguageLetterSetEnum type that describes the type of the letter set that you want to get or set.
- pVal
- [out, retval] A pointer to BSTR variable that receives the value of this property. Must not be NULL.
- newVal
- [in] A variable of BSTR type that contains the new value of the property.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30