RedactionCharacter Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameter to use a Custom Character to be used for redaction in PII responses. Default character will be * as before. We allow specific ascii characters for redaction.
public readonly struct RedactionCharacter : IEquatable<Azure.AI.Language.Conversations.Models.RedactionCharacter>
type RedactionCharacter = struct
Public Structure RedactionCharacter
Implements IEquatable(Of RedactionCharacter)
- Inheritance
-
RedactionCharacter
- Implements
Constructors
RedactionCharacter(String) |
Initializes a new instance of RedactionCharacter. |
Properties
Ampersand |
Ampersand character. |
Asterisk |
Asterisk character. |
AtSign |
At sign character. |
Caret |
Caret character. |
Dollar |
Dollar sign character. |
EqualsValue |
Equals sign character. |
ExclamationPoint |
Exclamation point character. |
Minus |
Minus sign character. |
NumberSign |
Number sign character. |
Percent |
Percent sign character. |
Plus |
Plus sign character. |
QuestionMark |
Question mark character. |
Tilde |
Tilde character. |
Underscore |
Underscore character. |
Methods
Equals(RedactionCharacter) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RedactionCharacter, RedactionCharacter) |
Determines if two RedactionCharacter values are the same. |
Implicit(String to RedactionCharacter) |
Converts a string to a RedactionCharacter. |
Inequality(RedactionCharacter, RedactionCharacter) |
Determines if two RedactionCharacter values are not the same. |
Applies to
Azure SDK for .NET