> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Find Method of the ClassificationObjects Object

Finds a classification object by its description.

## Syntax

### C++

```cpp theme={null}
HRESULT Find(
  BSTR                    Description,
  int* Result
);
```

### C\#

```csharp theme={null}
int Find( string Description );
```

### Visual Basic .NET

```vb theme={null}
Function Find(Description As String) As Integer
```

## 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](/fine-reader/engine/api-reference/classification-related-objects/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](/fine-reader/engine/api-reference/return-codes).

## See also

[ClassificationObjects](/fine-reader/engine/api-reference/classification-related-objects/classificationobjects)
