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:
- BarcodeParams
- BlocksCollection
- BlockTypesCollection
- CharParams
- DocumentDefinition
- FieldDefinitionsCollection
- FieldValuesCollection
- FileExportParams
- ImageGroupingParams
- ImageLoadingParams
- ImageModification
- ImageProcessingParams
- ImageProcessingTools
- IntsCollection
- JpegExtendedParams
- PageAnalysisParams
- PngExtendedParams
- RecognizedCharacterInfo
- RecognizedWordInfo
- Region
- RegionsCollection
- ScanManager
- SectionDefinitionsCollection
- StringsCollection
- TextsCollection
Samples
C++ (COM) code
See also
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