Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtractSummarySuccessResult

Package version

The result of the extract summary operation on a single document, containing a collection of the summary identified in that document.

Hierarchy

Index

Properties

Optional error

error: undefined

Discriminant to determine if that this is an error result.

id

id: string

Unique, non-empty document identifier.

sentences

sentences: SummarySentence[]

A list of sentences composing a summary of the input document.

Optional statistics

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.

warnings

An array of warning data corresponding to this document.

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

Generated using TypeDoc