ExtractiveSummarizeActionResult Class

Definition

A representation of the result of performing an ExtractiveSummarizeAction on a given set of documents.

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

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

The collection of results corresponding to 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