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

RecognizePiiEntitiesResult Class

Definition

The result of the recognize PII entities operation on a document, containing a collection of the PiiEntity objects containing Personally Identifiable Information that were found in that document.

public class RecognizePiiEntitiesResult : Azure.AI.TextAnalytics.TextAnalyticsResult
type RecognizePiiEntitiesResult = class
    inherit TextAnalyticsResult
Public Class RecognizePiiEntitiesResult
Inherits TextAnalyticsResult
Inheritance
RecognizePiiEntitiesResult

Properties

Name Description
Entities

Gets the collection of PII entities containing Personally Identifiable Information in the document.

Error

Gets the error explaining why the operation failed on this document. This property will have a value only when the document cannot be processed.

(Inherited from TextAnalyticsResult)
HasError

Indicates that the document was not successfully processed and an error was returned for this document.

(Inherited from TextAnalyticsResult)
Id

Gets the unique identifier for the document that generated the result.

(Inherited from TextAnalyticsResult)
Statistics

Gets statistics about the document and how it was processed by the service. This property will have a value when IncludeStatistics is set to true in the client call.

(Inherited from TextAnalyticsResult)

Applies to