Sha256: b90633172d81b6130d33a569a9240b6cd648e1645e5558a8067d5fa685dae9bc

Contents?: true

Size: 972 Bytes

Versions: 5

Compression:

Stored size: 972 Bytes

Contents

# CloudmersiveNlpApiClient::SentimentAnalysisResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**successful** | **BOOLEAN** | True if the sentiment analysis operation was successful, false otherwise | [optional] 
**sentiment_classification_result** | **String** | Classification of input text into a sentiment classification; possible values are \"Positive\", \"Negative\" or \"Neutral\" | [optional] 
**sentiment_score_result** | **Float** | Sentiment classification score between -1.0 and +1.0 where scores less than 0 are negative sentiment, scores greater than 0 are positive sentiment and scores close to 0 are neutral.  The greater the value deviates from 0.0 the stronger the sentiment, with +1.0 and -1.0 being maximum positive and negative sentiment, respectively. | [optional] 
**sentence_count** | **Integer** | Number of sentences in input text | [optional] 


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cloudmersive-nlp-api-client-3.0.3 ./docs/SentimentAnalysisResponse.md
cloudmersive-nlp-api-client-2.0.9 ./docs/SentimentAnalysisResponse.md
cloudmersive-nlp-api-client-2.0.8 ./docs/SentimentAnalysisResponse.md
cloudmersive-nlp-api-client-2.0.7 ./docs/SentimentAnalysisResponse.md
cloudmersive-nlp-api-client-2.0.6 ./docs/SentimentAnalysisResponse.md