RedactionDescription
RedactionDescription class
編集プロセス中に実行された単一の変更アクション情報を表します.
public class RedactionDescription
コンストラクター
名前 | 説明 |
---|---|
RedactionDescription(RedactionType, RedactionActionType, string) | 置換情報なしで RedactionDescription クラスの新しいインスタンスを初期化します。 |
RedactionDescription(RedactionType, RedactionActionType, RegionReplacementOptions, string) | 画像領域置換情報を使用して RedactionDescription クラスの新しいインスタンスを初期化します。 |
RedactionDescription(RedactionType, RedactionActionType, string, TextReplacement) | RedactionDescription クラスの新しいインスタンスを置換情報で初期化します。 |
プロパティ
名前 | 説明 |
---|---|
ActionType { get; } | リダクション操作を取得します: 置換、クリーンアップ、または削除. |
Details { get; set; } | 編集中のアイテムのオプションの詳細情報を取得または設定します。 |
ImageAreaReplacement { get; } | 画像領域のリダクションの置換情報を取得し、テキストのリダクションの場合は null を返します. |
OriginalText { get; } | 式が指定されている場合、一致したテキストを取得します。 |
RedactionType { get; } | ドキュメントのデータの種類 (テキスト、メタデータ、または注釈) を取得します。 |
Replacement { get; } | 置換情報を取得します。null の場合があります。 |
備考
もっと詳しく知る
- RedactionDescription クラスと IRedactionCallback インターフェイスの詳細: リダクション コールバックを使用する