Find Method of the ClassificationObjects Object
Finds a classification object by its description.
Syntax
HRESULT Find(
BSTR Description,
int* Result
);
Parameters
- Description
- [in] The description of the object which should be found.
- Result
- [out, retval] An integer variable which receives the index of the ClassificationObject object with the specified description. The method returns null if none of the objects in the collection fit.
Return values
The method returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM