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.
このメソッドは、コンポーネントの型を指定して、名刺フィールドの単一のコンポーネントにアクセスします。指定された型のコンポーネントが存在しない場合、メソッドは null を返します。
HRESULT FindComponent(
BusinessCardFieldComponentTypeEnum Type,
IBusinessCardFieldComponent** Result
);
IBusinessCardFieldComponent FindComponent( BusinessCardFieldComponentTypeEnum Type );
Function FindComponent(Type As BusinessCardFieldComponentTypeEnum) As IBusinessCardFieldComponent
Type
[in] コンポーネントの型を指定します。利用可能なコンポーネントの型は、現在のフィールドの型に依存します。指定されたコンポーネントの型が現在のフィールドで利用できない場合、エラーが発生します。詳細は、BusinessCardFieldComponentTypeEnum 定数の説明を参照してください。
Result
[out, retval] 出力の BusinessCardFieldComponent オブジェクトのインターフェイス ポインターを受け取る IBusinessCardFieldComponent* ポインタ変数へのポインター。指定された型のコンポーネントがない場合、NULL が返されます。
この関数には特定の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値 を返します。
BusinessCardField
名刺認識
プロパティの操作