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 latest version of the Google Cloud Natural Language v1 API is 3.7.0, with the current page's documentation specifically focusing on version 3.6.0."],["The `Sentence` class represents a sentence within a document and is part of the Google.Cloud.Language.V1 namespace in the .NET library."],["The `Sentence` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `Sentence` class includes two constructors, `Sentence()` and `Sentence(Sentence other)`, and has properties for `Sentiment` and `Text`, representing the sentence's sentiment and textual content, respectively."],["This API offers analysis on sentences through the `AnalyzeSentiment` feature, which can be enabled via the `AnnotateTextRequest` and will populate the sentiment property for the sentence."]]],[]]