RedactionDescription

RedactionDescription(RedactionType, RedactionActionType, string)

置換情報なしで RedactionDescription クラスの新しいインスタンスを初期化します。

public RedactionDescription(RedactionType redactionType, RedactionActionType actionType, 
    string originalText)
パラメータ タイプ 説明
redactionType RedactionType リダクションされるデータのタイプ
actionType RedactionActionType これらのデータに対して実行するアクション
originalText String 一致したテキスト、コメント、または注釈の本文

関連項目


RedactionDescription(RedactionType, RedactionActionType, string, TextReplacement)

RedactionDescription クラスの新しいインスタンスを置換情報で初期化します。

public RedactionDescription(RedactionType redactionType, RedactionActionType actionType, 
    string originalText, TextReplacement replacement)
パラメータ タイプ 説明
redactionType RedactionType リダクションされるデータのタイプ
actionType RedactionActionType これらのデータに対して実行するアクション
originalText String 一致したテキスト、コメント、または注釈の本文
replacement TextReplacement 置換テキスト、一致したテキスト、および元の文字列内のその位置

関連項目


RedactionDescription(RedactionType, RedactionActionType, RegionReplacementOptions, string)

画像領域置換情報を使用して RedactionDescription クラスの新しいインスタンスを初期化します。

public RedactionDescription(RedactionType redactionType, RedactionActionType actionType, 
    RegionReplacementOptions imageAreaReplacement, string imageDetails)
パラメータ タイプ 説明
redactionType RedactionType リダクションされるデータのタイプ
actionType RedactionActionType これらのデータに対して実行するアクション
imageAreaReplacement RegionReplacementOptions 画像領域置換情報
imageDetails String 画像のテキスト説明。デフォルトでは String.Empty です

関連項目