AsStaticTextParams Method of the RecognitionParams Object
This method returns the object as the StaticTextRecognitionParams object. If the block is not a static text block, NULL is returned.
Syntax
Visual Basic .NET
Function AsStaticTextParams() As StaticTextRecognitionParams
C++
HRESULT AsStaticTextParams( IStaticTextRecognitionParams** result );
Parameters
- result
- [out, retval] A pointer to the IStaticTextRecognitionParams* pointer variable that receives the interface pointer to the returned StaticTextRecognitionParams object.
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