Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentSentiment

Package version

Hierarchy

  • DocumentSentiment

Index

Properties

confidenceScores

confidenceScores: SentimentConfidenceScores

Document level sentiment confidence scores between 0 and 1 for each sentiment class.

id

id: string

Unique, non-empty document identifier.

sentenceSentiments

sentenceSentiments: SentenceSentiment[]

Sentence level sentiment analysis.

sentiment

Predicted sentiment for document (Negative, Neutral, Positive, or Mixed).

Optional statistics

if includeStatistics=true was specified in the request this field will contain information about the document payload.

warnings

Warnings encountered while processing document.

Generated using TypeDoc