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