> ## 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.

# GetAsStandardDictionaryDescription Method of the DictionaryDescription Object

This method returns the dictionary description as the [StandardDictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/standarddictionarydescription) object. If the dictionary description is not a standard dictionary description, NULL is returned.

## Syntax

### C++

```cpp theme={null}
HRESULT GetAsStandardDictionaryDescription( IStandardDictionaryDescription** Result );
```

### C\#

```csharp theme={null}
IStandardDictionaryDescription GetAsStandardDictionaryDescription();
```

### Visual Basic .NET

```vb theme={null}
Function GetAsStandardDictionaryDescription() As IStandardDictionaryDescription
```

## Parameters

Result

\[out, retval] A pointer to IStandardDictionaryDescription\* pointer variable that receives the interface pointer to the returned [StandardDictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/standarddictionarydescription) object.

## Return values

This method has no specific return values. It returns the [standard return codes of ABBYY FineReader Engine functions](/fine-reader/engine/api-reference/return-codes).

## See also

[DictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/dictionarydescription)

[StandardDictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/standarddictionarydescription)
