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 `Sentence` class, part of the Google Cloud Natural Language v1 API, represents a sentence within a document."],["Version 3.7.0 is the latest available version, with previous versions including 3.6.0, 3.5.0, 3.4.0, and down to 2.2.0."],["The `Sentence` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["It includes properties such as `Sentiment`, which contains the sentiment analysis for the sentence, and `Text`, representing the sentence's text span."],["Two constructors are available, a basic `Sentence()` and another `Sentence(Sentence other)` which includes a sentence parameter for specific use."]]],[]]