RecognizeEntitiesActionResult Class

Definition

The result of the execution of a RecognizeEntitiesAction on the input documents.

public class RecognizeEntitiesActionResult : Azure.AI.TextAnalytics.TextAnalyticsActionResult
type RecognizeEntitiesActionResult = class
    inherit TextAnalyticsActionResult
Public Class RecognizeEntitiesActionResult
Inherits TextAnalyticsActionResult
Inheritance
RecognizeEntitiesActionResult

Properties

ActionName

Gets the name for this action.

(Inherited from TextAnalyticsActionResult)
CompletedOn

Indicates the time at which the action was last updated on.

(Inherited from TextAnalyticsActionResult)
DocumentsResults

Gets the result of the execution of a RecognizeEntitiesAction per each input document.

Error

Determines the TextAnalyticsError object for an action result.

(Inherited from TextAnalyticsActionResult)
HasError

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

(Inherited from TextAnalyticsActionResult)

Applies to