次の方法で共有


ConversationPiiCategoryExclusions Struct

Definition

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.

CreditCard

Credit card category.

Email

Email category.

NumericIdentifier

Numeric identifier category.

Person

Person category.

Phone

Phone 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