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."],[[["The `Sentence` class in the Google Cloud Natural Language v1 API represents a sentence within an input document, and it is part of version 3.1.0 of the API."],["The `Sentence` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison/cloning."],["The class provides two constructors: a default constructor and one that accepts another `Sentence` object for creating a copy."],["The `Sentence` class includes properties for `Sentiment`, which is populated when analyzing sentiment, and `Text`, which represents the actual sentence content."],["The documentation provided includes a range of versioned documentation, the latest being version 3.7.0, with the content pertaining to version 3.1.0."]]],[]]