For calls to [AnalyzeSentiment][] or if
[AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v2.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-04-07 UTC."],[[["The `Sentence` class in the Google Cloud Natural Language v2 API represents a single sentence within a document, as part of the version `1.0.0-beta05`, which is the latest version available."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cSentence\u003e`, `IDeepCloneable\u003cSentence\u003e`, and `IBufferMessage`, which indicates its usage in message processing and cloning."],["The class has two constructors: a default constructor (`Sentence()`) and a copy constructor (`Sentence(Sentence other)`) for creating new instances."],["It contains two properties: `Sentiment`, which provides the sentiment analysis result for the sentence and `Text`, which represents the actual text of the sentence using the `TextSpan` type."],["It is located within the `Google.Cloud.Language.V2` namespace and is part of the `Google.Cloud.Language.V2.dll` assembly, which are essential details for referencing it in code."]]],[]]