balguides/sentiment.analysis

2.0.1
Module Overview

The module offers client functionality to establish connections with the sentiment API endpoint and obtain the corresponding analysis results.

Sentiment analysis Client

Sentiment analysis client offers the client functionalities to establish connections with the sentiment API endpoint and retrieve the relevant analysis results for a given content.

Create sentiment analysis client

An sentiment.analysis:Client can be created as follows.

Copy
import balguides/sentiment.analysis;

public function main() return error? {
    analysis:Client sentimentClient = check new ();
}

Import

import balguides/sentiment.analysis;Copy

Metadata

Released date: almost 2 years ago

Version: 2.0.1


Compatibility

Platform: any

Ballerina version: 2201.6.0


Pull count

Total: 106

Current verison: 103


Weekly downloads


Other versions