Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SentimentBatchResultItem

Package version

An interface representing SentimentBatchResultItem.

Hierarchy

  • SentimentBatchResultItem

Index

Properties

Properties

Optional id

id: undefined | string

Unique, non-empty document identifier.

Optional score

score: undefined | number

A decimal number between 0 and 1 denoting the sentiment of the document. A score above 0.7 usually refers to a positive document while a score below 0.3 normally has a negative connotation. Mid values refer to neutral text.

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