CustomRedactionResult

CustomRedactionResult class

Represents the result of a custom redaction operation.

public class CustomRedactionResult

Constructors

Name Description
CustomRedactionResult() The default constructor.

Properties

Name Description
Apply { get; set; } Indicates whether the redaction should be applied. If true, the redacted content will replace the original content.
Text { get; set; } The redacted version of the text. This will replace the original content if Apply is true.

See Also