For calls to [AnalyzeSentiment][] or if
[AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
true, this field will contain the sentiment for the sentence.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `Sentence` class within version 2.2.0 of the Google.Cloud.Language.V1 library for .NET, representing a sentence in an input document."],["The `Sentence` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `Sentence` class has two constructors: a default constructor and one that accepts another `Sentence` object as a parameter for copying."],["It contains two key properties: `Sentiment`, which holds the sentiment analysis results, and `Text`, which stores the actual text of the sentence, both having their own types."],["This class has different versions of itself, with 3.7.0 being the most recent, with 2.2.0 being the version of the current content."]]],[]]