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 document provides reference documentation for the `Sentence` class within the Google Cloud Natural Language v1 API, specifically version 3.5.0."],["The `Sentence` class represents a sentence in an input document and inherits from `object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`Sentence()`) and a copy constructor (`Sentence(Sentence other)`)."],["The `Sentence` class includes properties for `Sentiment`, which contains sentiment information if requested, and `Text`, which holds the actual text of the sentence."],["The document shows different versions of the `Sentence` Class, from version 2.2.0 up to the latest, 3.7.0."]]],[]]