Find Method of the FieldsExtractionTrainingBatches Object
This method allows you to find the training batch in the collection by the section for which it was created. If you are working with a FlexiCapture invoice project, you will need also to specify the name of the vendor.
Syntax
Visual Basic .NET
Function Find( _ Section As SectionDefinition, _ Record As DataSetTableRecord _ )As FieldsExtractionTrainingBatch
C++
HRESULT Find( ISectionDefinition* Section, IDataSetTableRecord* Record, IFieldsExtractionTrainingBatch** Result );
Parameters
- Section
- [in] The SectionDefinition object representing the section of a Document Definition for which the batch was created. This parameter is required.
- Record
- [in] The DataSetTableRecord object specifying a record in the data set for which the batch was created.
- Result
- [out, retval] A pointer to the IFieldsExtractionTrainingBatch* object that receives the interface pointer of the IFieldsExtractionTrainingBatch object. Returns NULL if no batch has been found.
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