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

RecognizePiiEntitiesActionSuccessResult interface

The results of a succeeded recognize pii entities action.

Extends

Properties

results

Array of the results for each pii entities recognition action.

Inherited Properties

completedOn

When this action was completed by the service.

error

Discriminant to determine if that this is an error result.

Property Details

results

Array of the results for each pii entities recognition action.

results: RecognizePiiEntitiesResultArray

Property Value

Inherited Property Details

completedOn

When this action was completed by the service.

completedOn: Date

Property Value

Date

Inherited From TextAnalyticsActionSuccessState.completedOn

error

Discriminant to determine if that this is an error result.

error?: undefined

Property Value

undefined

Inherited From TextAnalyticsActionSuccessState.error