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
| Name | Description |
|---|---|
| ConversationPiiCategories(String) |
Initializes a new instance of ConversationPiiCategories. |
Properties
| Name | Description |
|---|---|
| ABARoutingNumber |
ABA routing number category. |
| Address |
Address category. |
| Age |
Age category. |
| All |
All categories. |
| BankAccountNumber |
Bank account number category. |
| CASocialInsuranceNumber |
CA Social insurance number category. |
| CreditCard |
Credit card category. |
| CVV |
Card verification value category. |
| Date |
Date category. |
| DateOfBirth |
Date of birth category. |
| Default |
Default categories. |
| DriversLicenseNumber |
Driver's license number category. |
|
Email category. |
|
| GithubAccount |
Github account category. |
| GovernmentIssuedId |
Government issued ID category. |
| GPE |
GPE category. |
| HealthCardNumber |
Health card number category. |
| InternationalBankingAccountNumber |
International Bank Account Number category. |
| Location |
Location category. |
| NumericIdentifier |
Numeric identifier category. |
| Organization |
Organization category. |
| PassportNumber |
Passport number category. |
| Person |
Person category. |
| PersonType |
Person type category. |
| Phone |
Phone category. |
| SWIFTCode |
SWIFT code category. |
| USMedicareBeneficiaryId |
US Medicare beneficiary ID category. |
| UsSocialSecurityNumber |
US social security number category. |
| VehicleIdentificationNumber |
Vehicle identification number category. |
| ZipCode |
Zip code category. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |