你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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