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
C++
HRESULT get_CharacterVariants(
int Position,
BSTR* Result
);
C#
string get_CharacterVariants( int Position);
Visual Basic .NET
ReadOnly Property CharacterVariants(Position As Integer) As String
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
17.09.2024 15:14:41