Package version:

Interface AbstractiveSummarizationSuccessResult

The result of the abstractive summarization action on a single document, containing a collection of the summaries identified for that document.

Hierarchy

Properties

error?: undefined

Discriminant to determine if this is an error result.

id: string

Unique, non-empty document identifier.

Statistics about the input 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.

summaries: Object

A list of summaries of the input document.

warnings: Object

An array of warning data corresponding to this document.

If no warnings were returned, this array will be empty.

Generated using TypeDoc