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

# Process skill パラメーター

> Process skill パラメーターを構成して、Document skill パラメーター値にアクセスして変更します。

Process skill パラメーターは、[Extract アクティビティ](/ja/vantage/documentation/skill-designer/process/extract-activity)で使用される Document skill パラメーター値にアクセスして変更するために使用されます。Document skill にパラメーターがない場合は、Process skill にパラメーターを追加する必要はありません。

<div id="parameter-structure">
  ## パラメーターの構造
</div>

Process skill には、2 種類のパラメーターがあります。

* **Extract アクティビティのパラメーター** — [Document skill](/ja/vantage/documentation/skill-designer/document/document-skill) のパラメーターを参照し、その値を継承します。
* **Process skill パラメーター** — Process skill 固有のパラメーターで、Extract アクティビティのパラメーターを Vantage API に公開するために使用されます。

<div id="change-extract-activity-parameter-values">
  ## Extract アクティビティのパラメーター値を変更する
</div>

Extract アクティビティのパラメーター値を変更するには、次の手順に従います。

<Steps>
  <Step title="編集するために Process skill を開く">
    編集するために Process skill を開きます。
  </Step>

  <Step title="アクティビティのスキル設定を開く">
    Extract アクティビティをクリックします。**Actions** ペインで、Extract アクティビティに指定されている Document skill 名の横にある設定アイコンをクリックします。
  </Step>

  <Step title="パラメーター値を変更する">
    ダイアログに Document skill のパラメーターが一覧表示されます。必要に応じて、それらの既定値を変更します。

    * **Data Catalog** — この Extract アクティビティで、Document skill とは別のデータ カタログを使うようにするには、パラメーターの参照先を別のデータ カタログに変更します。
    * **Text** — 文字列値を変更して、この Extract アクティビティで対象 field に別の値を使用するようにします。
    * **Boolean** — **Yes** と **No** を切り替えます。たとえば、この Extract アクティビティでスクリプト化されたルールを適用するかどうかを制御できます。

    <Note>
      ここで変更できるのは既定値のみです。パラメーターの追加、削除、名前変更、説明の変更はできません。ここでの変更は、Document skill 自体のパラメーターには影響しません。
    </Note>
  </Step>

  <Step title="保存して公開する">
    **Save** をクリックし、Skill を公開します。
  </Step>
</Steps>

Skill を公開すると、Extract アクティビティでは新しい既定値が使用されます。これらの既定値には Vantage API からアクセスできません。API を通じてアクセスおよび変更するには、Extract アクティビティのパラメーターにリンクされた Process skill パラメーターを作成します (以下を参照) 。

<div id="create-process-skill-parameters-and-link-them-to-extract-activities">
  ## Process skill パラメーターを作成し、Extract アクティビティにリンクする
</div>

Extract アクティビティのパラメーターを Vantage API に公開するには、Process skill パラメーターを作成してリンクします。

<Steps>
  <Step title="編集用に Skill を開く">
    編集用に Skill を開きます。
  </Step>

  <Step title="Skill の設定を開く">
    **Skill Designer** ページで、Skill 名の横にある設定アイコンをクリックします。
  </Step>

  <Step title="パラメーターを追加する">
    **Parameters** タブで **Add Parameter** をクリックし、型を選択します: **Data Catalog**、**Text**、または **Boolean**。
  </Step>

  <Step title="パラメーターに名前を付ける">
    名前を指定するか、既定のままにします。パラメーター名は 256 文字までです。
  </Step>

  <Step title="既定値を設定する">
    パラメーターの既定値を指定します:

    * **Data Catalog** — ドロップダウン リストからデータ カタログを選択します。
    * **Text** — 文字列値または正規表現を入力します。
    * **Boolean** — **Yes** または **No** を選択します。
  </Step>

  <Step title="説明を追加する（任意）">
    必要に応じて、パラメーターの説明を追加します。
  </Step>

  <Step title="パラメーターを保存する">
    **Save** をクリックします。
  </Step>

  <Step title="Extract アクティビティのパラメーターにリンクする">
    新しいパラメーターを Extract アクティビティのパラメーターにリンクします:

    * Extract アクティビティを開きます。**Actions** ペインで、Document skill 名の横にある設定アイコンをクリックします。
    * 任意の Document skill パラメーターのドロップダウンで、先ほど作成した Process skill パラメーターを選択します。これで、その Document skill パラメーターは新しい Process skill パラメーターを参照するようになります。
  </Step>

  <Step title="保存して公開する">
    **Save** をクリックし、Skill を公開します。
  </Step>
</Steps>

これで、新しい Process skill パラメーターを使用して、[Vantage API](/ja/vantage/documentation/skill-designer/skill-parameters/accessing-skill-params) 経由で Extract アクティビティのパラメーター値にアクセスし、変更できるようになります。

<div id="related-topics">
  ## 関連トピック
</div>

* [Skill パラメーター](/ja/vantage/documentation/skill-designer/skill-parameters/skill-parameters)
* [Document skill パラメーター](/ja/vantage/documentation/skill-designer/skill-parameters/document-skill-params)
* [Vantage API を使用して Skill パラメーターにアクセスする](/ja/vantage/documentation/skill-designer/skill-parameters/accessing-skill-params)
* [Extract アクティビティ](/ja/vantage/documentation/skill-designer/process/extract-activity)
* [Process skill](/ja/vantage/documentation/skill-designer/process/process-skill)
