メインコンテンツへスキップ

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.

SkillParameter は、単一の Skill Parameter (名前、型、値、および変更可能かどうか) を表します。

プロパティ

名前アクセスレベル説明
IsReadOnlybool読み取り/書き込みParameter が読み取り専用の場合は true
Namestring読み取り専用Skill Parameter の名前。
TypeSkillParameterType読み取り専用Skill Parameter の型。
Valuestring読み取り/書き込みSkill Parameter の値。
IsReadOnlytrue の Parameter に書き込むと、エラーによりルールの実行が中断されます。

Context

Context グローバル オブジェクト — ルール内からドキュメント、フィールド、Skill Parameter にアクセスできます。

SkillParameterType

使用可能な Skill Parameter の型を定義する列挙です。

Parameter

単一のトランザクション パラメーター値です。

オブジェクト モデル

Advanced Script Rules で使用するための完全な JavaScript オブジェクト リファレンスです。