ConversationPiiCategoryExclusions 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.
Describes the PII categories to exclude for detection. If not provided, 'default' categories will be returned which will vary with the language.
public readonly struct ConversationPiiCategoryExclusions : IEquatable<Azure.AI.Language.Conversations.Models.ConversationPiiCategoryExclusions>
type ConversationPiiCategoryExclusions = struct
Public Structure ConversationPiiCategoryExclusions
Implements IEquatable(Of ConversationPiiCategoryExclusions)
- Inheritance
-
ConversationPiiCategoryExclusions
- Implements
Constructors
ConversationPiiCategoryExclusions(String) |
Initializes a new instance of ConversationPiiCategoryExclusions. |
Properties
Address |
Address category. |
CreditCardNumber |
Credit card number category. |
Email category. |
|
NumericIdentifier |
Numeric identifier category. |
Person |
Person category. |
PhoneNumber |
Phone number category. |
UsSocialSecurityNumber |
US social security number category. |
Methods
Equals(ConversationPiiCategoryExclusions) |
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(ConversationPiiCategoryExclusions, ConversationPiiCategoryExclusions) |
Determines if two ConversationPiiCategoryExclusions values are the same. |
Implicit(String to ConversationPiiCategoryExclusions) |
Converts a string to a ConversationPiiCategoryExclusions. |
Inequality(ConversationPiiCategoryExclusions, ConversationPiiCategoryExclusions) |
Determines if two ConversationPiiCategoryExclusions values are not the same. |
Applies to
Azure SDK for .NET