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
| Name | Description |
|---|---|
| ConversationPiiCategoryExclusions(String) |
Initializes a new instance of ConversationPiiCategoryExclusions. |
Properties
| Name | Description |
|---|---|
| ABARoutingNumber |
ABA routing number category. |
| Address |
Address category. |
| Age |
Age category. |
| 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. |
| 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(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
| Name | Description |
|---|---|
| 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. |