AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.

Inheritance Hierarchy

System.Object
  Amazon.Comprehend.Model.SentimentScore

Namespace: Amazon.Comprehend.Model
Assembly: AWSSDK.Comprehend.dll
Version: 3.x.y.z

Syntax

C#
public class SentimentScore

The SentimentScore type exposes the following members

Constructors

NameDescription
Public Method SentimentScore()

Properties

NameTypeDescription
Public Property Mixed System.Single

Gets and sets the property Mixed.

The level of confidence that Amazon Comprehend has in the accuracy of its detection of the MIXED sentiment.

Public Property Negative System.Single

Gets and sets the property Negative.

The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEGATIVE sentiment.

Public Property Neutral System.Single

Gets and sets the property Neutral.

The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEUTRAL sentiment.

Public Property Positive System.Single

Gets and sets the property Positive.

The level of confidence that Amazon Comprehend has in the accuracy of its detection of the POSITIVE sentiment.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5