EnableRecognitionVariants Method of the Engine Object
This method enables or disables collecting information about recognition variants during recognition.
Note: The API working with recognition variants is not available for recognizing handprinted texts.
Syntax
Visual Basic .NET
Sub EnableRecognitionVariants(Value As Boolean)
C++
HRESULT EnableRecognitionVariants( VARIANT_BOOL Value );
Parameters
- Value
- [in] This variable of the Boolean type specifies whether collecting information about recognition variants is enabled. If you pass TRUE in this parameter, this will instruct FlexiCapture SDK to save recognition variants in the recognition results. If you pass FALSE, the only one recognition variant will be available.
- Important! Setting the value to TRUE requires the Verification module to be available in your license.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30