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

# DictionaryDescriptionオブジェクトのGetAsRegExpDictionaryDescriptionメソッド

> ABBYY FineReader Engine APIのDictionaryDescriptionオブジェクトのGetAsRegExpDictionaryDescriptionメソッド。辞書の説明をRegExpDictionaryDescriptionにキャストして返します。正規表現ベースの辞書の説明でない場合は、NULLを返します。

このメソッドは、辞書の説明を[RegExpDictionaryDescription](/ja/fine-reader/engine/api-reference/language-related-objects/regexpdictionarydescription)オブジェクトとして返します。辞書の説明が正規表現ベースでない場合は、NULLが返されます。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT GetAsRegExpDictionaryDescription( IRegExpDictionaryDescription** Result );
```

### C\#

```csharp theme={null}
IRegExpDictionaryDescription GetAsRegExpDictionaryDescription();
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Function GetAsRegExpDictionaryDescription() As IRegExpDictionaryDescription
```

<div id="parameters">
  ## パラメーター
</div>

Result

\[out, retval] 戻り値の [RegExpDictionaryDescription](/ja/fine-reader/engine/api-reference/language-related-objects/regexpdictionarydescription) object へのインターフェイスポインターを受け取る IRegExpDictionaryDescription\* ポインター変数へのポインターです。

<div id="return-values">
  ## 戻り値
</div>

このメソッドには固有の戻り値はありません。戻り値として、[ABBYY FineReader Engine 関数の標準戻りコード](/ja/fine-reader/engine/api-reference/return-codes)が返されます。

<div id="see-also">
  ## 関連項目
</div>

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

[RegExpDictionaryDescription](/ja/fine-reader/engine/api-reference/language-related-objects/regexpdictionarydescription)
