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

# バージョン10との名刺APIの互換性

> ABBYY FineReader Engine 12と10の間における名刺APIの互換性の変更点 — 変更または削除されたオブジェクト、プロパティ、メソッド、および定数。

このセクションでは、アプリケーションのソースコードの変更が必要になる可能性がある、名刺APIへのすべての変更について説明します。

| Object/Enumeration                                                                                   | Property/Method/Constant | What has happened? | Comment                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ---------------------------------------------------------------------------------------------------- | ------------------------ | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [FRPage](/ja/fine-reader/engine/api-reference/document-related-objects/frpage)                       | ProcessBusinessCards     | 削除                 | <Note> LinuxおよびWindowsでは名刺を並列処理できるようになったため、このメソッドは不要になりました。 </Note> ページ上の名刺を認識するには、SynthesisParamsForPage objectの [SynthesizeBusinessCards](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage#synthesizebusinesscards) プロパティをTRUEに設定し、FRPage objectのいずれかの処理メソッドを呼び出してください。                                                                                  |
| [FRDocument](/ja/fine-reader/engine/api-reference/document-related-objects/frdocument)               | ProcessBusinessCards     | 削除                 | <Note> LinuxおよびWindowsでは名刺を並列処理できるようになったため、このメソッドは不要になりました。 </Note> Document内の名刺を認識するには、SynthesisParamsForPage objectの [SynthesizeBusinessCards](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage#synthesizebusinesscards) プロパティをTRUEに設定し、FRDocument objectのいずれかの処理メソッドを呼び出してください。                                                                         |
| BusinessCardProcessingParams                                                                         |                          | 削除                 | 1ページ上の複数の名刺の検出を有効にするには、PagePreprocessingParams objectの [SplitType](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams) プロパティをPST\_BusinessCardSplitに設定してください。                                                                                                                                                                                               |
| BusinessCardsCollection                                                                              |                          | 名称変更               | objectの新しい名前は [BusinessCards](/ja/fine-reader/engine/api-reference/document-related-objects/businesscards) です。新しい命名規則では、[一時的なcollection](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections#temporary_collections) の名前にはCollectionという接尾辞が付きますが、これは[読み取り専用collection](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-collections#read-only_collections)です。 |
| [BusinessCardField](/ja/fine-reader/engine/api-reference/document-related-objects/businesscardfield) | FindComponentByType      | 削除                 | 代わりに [FindComponent](/ja/fine-reader/engine/api-reference/document-related-objects/businesscardfield/findcomponent-method) メソッドを使用してください。                                                                                                                                                                                                                                                                                                           |
