> ## 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との互換性

> ABBYY FineReader Engine 12 と 10 の間の補助オブジェクト API の互換性の変更。

このセクションでは、アプリケーションのソースコードの変更が必要になる可能性がある補助オブジェクトの変更点をすべて説明します。

<table>
  <thead>
    <tr>
      <th>
        <p>
          <strong>オブジェクト/列挙型</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>プロパティ/メソッド/定数</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>変更内容</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>コメント</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>
          <strong>LongsCollection</strong>
        </p>
      </td>

      <td>
        <br />
      </td>

      <td>
        <p>名称変更</p>
      </td>

      <td>
        <p>
          オブジェクトの新しい名前は{" "}

          <strong>
            <a href="/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/intscollection">
              IntsCollection
            </a>
          </strong>

          です。<strong>long</strong> データ型を <strong>int</strong> データ型に置き換えたことに伴い、名称が変更されました。
        </p>

        <p>
          新しいオブジェクトは、以下の点で旧オブジェクトと異なります。
        </p>

        <ul>
          <li>
            <strong>Insert</strong>、<strong>Remove</strong>、{" "}
            <strong>RemoveAll</strong> メソッドは、それぞれ{" "}

            <strong>
              <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method">
                InsertAt
              </a>
            </strong>

            、{" "}

            <strong>
              <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteat-method">
                DeleteAt
              </a>
            </strong>

            、{" "}

            <strong>
              <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteall-method">
                DeleteAll
              </a>
            </strong>

            に名称変更されました。すべてのコレクションのメソッド名が統一されています。
          </li>

          <li>
            <strong>CopyFrom </strong>メソッドはサポートされなくなりました。コレクションのコピーを作成するには、{" "}

            <strong>
              <a href="/ja/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createlessobjectgreater-methods">
                IEngine::CreateIntsCollection
              </a>
            </strong>

            {" "}

            メソッドで新しいコレクションを作成し、{" "}

            <strong>
              <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method">
                Add
              </a>
            </strong>

            {" "}

            メソッドで同じ要素を追加してください。
          </li>
        </ul>
      </td>
    </tr>

    <tr>
      <td rowspan="2">
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/stringscollection">
              StringsCollection
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Insert</strong>
        </p>

        <p>
          <strong>Remove</strong>
        </p>

        <p>
          <strong>RemoveAll</strong>
        </p>
      </td>

      <td>
        <p>名称変更</p>
      </td>

      <td>
        <p>
          メソッドの新しい名前は{" "}

          <strong>
            <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method">
              InsertAt
            </a>
          </strong>

          、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteat-method">
              DeleteAt
            </a>
          </strong>

          、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteall-method">
              DeleteAll
            </a>
          </strong>

          です。すべてのコレクションのメソッド名が統一されています。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>CopyFrom</strong>
        </p>
      </td>

      <td>
        <p>削除</p>
      </td>

      <td>
        <p>
          このメソッドはサポートされなくなりました。コレクションのコピーを作成するには、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createlessobjectgreater-methods">
              IEngine::CreateStringsCollection
            </a>
          </strong>

          {" "}

          メソッドで新しいコレクションを作成し、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method">
              Add
            </a>
          </strong>

          {" "}

          メソッドで同じ要素を追加してください。
        </p>
      </td>
    </tr>

    <tr>
      <td rowspan="2">
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/regionscollection">
              RegionsCollection
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Insert</strong>
        </p>

        <p>
          <strong>Remove</strong>
        </p>

        <p>
          <strong>RemoveAll</strong>
        </p>
      </td>

      <td>
        <p>名称変更</p>
      </td>

      <td>
        <p>
          メソッドの新しい名前は{" "}

          <strong>
            <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method">
              InsertAt
            </a>
          </strong>

          、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteat-method">
              DeleteAt
            </a>
          </strong>

          、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/deleteall-method">
              DeleteAll
            </a>
          </strong>

          です。すべてのコレクションのメソッド名が統一されています。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>CopyFrom</strong>
        </p>
      </td>

      <td>
        <p>削除</p>
      </td>

      <td>
        <p>
          このメソッドはサポートされなくなりました。コレクションのコピーを作成するには、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/api-reference/engine-object-iengine-interface/creation-methods/createlessobjectgreater-methods">
              IEngine::CreateRegionsCollection
            </a>
          </strong>

          {" "}

          メソッドで新しいコレクションを作成し、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method">
              Add
            </a>
          </strong>

          {" "}

          メソッドで同じ要素を追加してください。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>DocumentInfo</strong>
        </p>
      </td>

      <td>
        <br />
      </td>

      <td>
        <p>削除</p>
      </td>

      <td>
        <p>
          この型のオブジェクトを必要とするメソッドは削除されました。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <br />
      </td>

      <td>
        <p>
          <strong>DocumentContentInfo</strong>
        </p>
      </td>

      <td>
        <p>削除済み</p>
      </td>

      <td>
        <p>
          著者、キーワード、件名、およびドキュメントのタイトルに関する情報を含むオブジェクトは、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/api-reference/document-related-objects/frdocument#documentcontentinfo">
              DocumentContentInfo
            </a>
          </strong>

          {" "}

          プロパティを使用して <strong>FRDocument</strong> オブジェクトから取得できます。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <strong>IRecognizedPages</strong>
        </p>
      </td>

      <td>
        <br />
      </td>

      <td>
        <p>削除済み</p>
      </td>

      <td>
        <p>
          この型のオブジェクトを必要とするメソッドは削除されました。
        </p>
      </td>
    </tr>
  </tbody>
</table>
