メインコンテンツへスキップ
説明に基づいて分類オブジェクトを検索します。

構文

C++

HRESULT Find(
  BSTR                    Description,
  int* Result
);

C#

int Find( string Description );

Visual Basic .NET

Function Find(Description As String) As Integer

パラメーター

Description [in] 検索対象となるオブジェクトの説明です。 Result [out, retval] 指定した説明を持つ ClassificationObject オブジェクトのインデックスを格納する整数型変数です。コレクション内に該当するオブジェクトがない場合、メソッドは null を返します。

戻り値

このメソッドは、ABBYY FineReader Engine 関数の標準の戻り値を返します。

関連項目

ClassificationObjects