OnRecognizerTip Method of the IBatchEvents Interface

This method is implemented on the client side. It is called by ABBYY FlexiCapture SDK for some of the methods of the Project and Batch objects. It delivers to the client recognizer tips.

Syntax

Visual Basic .NET

Sub OnRecognizerTip( _
  ByVal Page As Page, _
  ByVal RecognizerTip As String _
)
    

C++

HRESULT OnRecognizerTip(
  IPage* Page,
  BSTR   RecognizerTip
);
    

Parameters

Page
[in] This parameter refers to the Page object corresponding to the page which is currently processed.
RecognizerTip
[in] This parameter contains the recognizer tip.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

Remarks

A client implementation of this method must assure that all exceptions thrown inside the method are caught and handled and no exceptions are propagated outside the method. Propagation of an exception outside the method may lead to unpredictable results (such as program termination).

See also

IBatchEvents

Batch

Project

15.08.2023 13:19:30

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.