メインコンテンツへスキップ

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.

Trainer オブジェクトを作成します。作成したオブジェクトは、パラメーターを設定し、新しい分類モデルをトレーニングするために使用できます。

構文

C++

HRESULT CreateTrainer( ITrainer** Result );

C#

ITrainer CreateTrainer();

Visual Basic .NET

Function CreateTrainer() As ITrainer

パラメーター

Result [out, retval] 出力 Trainer オブジェクトのインターフェイス ポインターを受け取る ITrainer* ポインター変数へのポインター。

戻り値

このメソッドに固有の戻り値はありません。代わりに、ABBYY FineReader Engine 関数の標準的な戻り値が返されます。

関連項目

ClassificationEngine