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-04-09 UTC."],[[["The latest version of the `Google.Cloud.Language.V1.Sentence` class is 3.7.0, with several previous versions available for reference, ranging back to 2.2.0."],["The `Sentence` class represents a sentence within an input document and is part of the `Google.Cloud.Language.V1` namespace."],["It inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for use within the .NET environment."],["The `Sentence` class has properties for `Sentiment`, which contains sentiment analysis for the sentence, and `Text`, representing the text of the sentence itself."],["The `Sentence` class has 2 constructors: `Sentence()` and `Sentence(Sentence other)`, for creating either a default sentence or a copy of another."]]],[]]