action datumbox_sentiment_analysis { label: "Identifies the Sentiment of the Document" description: "The Sentiment Analysis function classifies documents as positive, negative or neutral (lack of sentiment) depending on whether they express a positive, negative or neutral opinion." provider: datumbox method: POST path: "/1.0/SentimentAnalysis.json" encoding: form output: { type: "object" additionalProperties: true } }