RecognizeCategorizedEntitiesActionSuccessResult interface
The results of a succeeded recognize categorized entities action.
- Extends
Properties
results | Array of the results for each categorized entities recognition action. |
Inherited Properties
completed |
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 categorized entities recognition action.
results: RecognizeCategorizedEntitiesResultArray
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