Google Cloud Natural Language v1 API - Class Sentiment (3.6.0-alpha01)

public sealed class Sentiment : IMessage<Sentiment>, IEquatable<Sentiment>, IDeepCloneable<Sentiment>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Natural Language v1 API class Sentiment.

Represents the feeling associated with the entire text or entities in the text.

Inheritance

object > Sentiment

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

Sentiment()

public Sentiment()

Sentiment(Sentiment)

public Sentiment(Sentiment other)
Parameter
NameDescription
otherSentiment

Properties

Magnitude

public float Magnitude { get; set; }

A non-negative number in the [0, +inf) range, which represents the absolute magnitude of sentiment regardless of score (positive or negative).

Property Value
TypeDescription
float

Score

public float Score { get; set; }

Sentiment score between -1.0 (negative sentiment) and 1.0 (positive sentiment).

Property Value
TypeDescription
float