Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyPhraseBatchResultItem

Package version

An interface representing KeyPhraseBatchResultItem.

Hierarchy

  • KeyPhraseBatchResultItem

Index

Properties

Properties

Optional id

id: undefined | string

Unique, non-empty document identifier.

Optional keyPhrases

keyPhrases: string[]

A list of representative words or phrases. The number of key phrases returned is proportional to the number of words in the input document. NOTE: This property will not be serialized. It can only be populated by the server.

Optional statistics

statistics: DocumentStatistics

(Optional) if showStats=true was specified in the request this field will contain information about the document payload.

Generated using TypeDoc