Creation Methods of the Engine Object

The Engine object contains a number of methods that create other objects of the ABBYY FlexiCapture SDK library. They all have similar semantics. All newly created objects have default values.

Syntax

Visual Basic .NET

Function Create<ObjectName>() As <ObjectName>
    

C++

HRESULT Create<ObjectName>(
  I<ObjectName>** Result
);
    

Parameters

Result
[out, retval] A pointer to the I<ObjectName>* pointer variable that receives the interface pointer of the created object. Result must not be NULL. *Result is guaranteed to be non-NULL after successful method call.

Return values

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

Remarks

The following objects are created by use of these methods:

Samples

C++ (COM) code

See also

Engine

See sample: Hello, FlexiCapture SDK Code Snippets, FlexiCapture Project Viewer, FlexiCapture Web Service, Multi-Core Processing, Mobile Data Capture, Classification, Color Stamps Removal, Redaction

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.