CharacterVariants Property of the FuzzyString Object
This property returns a reference to the string which contains the recognition variants of a character in the specified position of a word.
Syntax
HRESULT get_CharacterVariants(
int Position,
BSTR* Result
);
Parameters
- Position
- [in] This variable contains the position of the character in the word.
- Result
- [out, retval] A pointer to the BSTR variable which receives a string with the recognition variants.
Return values
This property has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
If the returned string contains the U+FFFD symbol, any symbol may be used in the specified position in the word.
See also
03.07.2024 8:50:25