AsSeparatorParams Method of the RecognitionParams Object
This method returns the object as the SeparatorRecognitionParams object. If the block is not a separator block, NULL is returned.
Syntax
Visual Basic .NET
Function AsSeparatorParams() As SeparatorRecognitionParams
C++
HRESULT AsSeparatorParams( ISeparatorRecognitionParams** result );
Parameters
- result
- [out, retval] A pointer to the ISeparatorRecognitionParams* pointer variable that receives the interface pointer to the returned SeparatorRecognitionParams object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM