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.
このプロパティを使用すると、field の型に基づいて、名刺上の単一の field にアクセスできます。
HRESULT get_FieldByType(
BusinessCardFieldTypeEnum Type,
int Index,
IBusinessCardField** Result
);
IBusinessCardField get_FieldByType(
BusinessCardFieldTypeEnum Type,
int Index
);
ReadOnly Property FieldByType( _
Type As BusinessCardFieldTypeEnum, _
Index As Integer _
) As IBusinessCardField
Type
[in] field の型を指定します。BusinessCardFieldTypeEnum 定数の説明を参照してください。
Index
[in] 同じ型の fields の内部配列における field の index を指定します。0 から IBusinessCard::FieldsCountByType-1 までの範囲内である必要があります。
Result
[out, retval] 出力 BusinessCardField オブジェクトのインターフェイス ポインターを受け取る IBusinessCardField* ポインター変数へのポインターです。
この関数には特定の戻り値はありません。この関数は、ABBYY FineReader Engine 関数の標準の戻り値 を返します。
BusinessCard
名刺認識
プロパティの操作