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입니다.

또한보십시오