public sealed class AnalyzeSentimentResponse : IMessage<AnalyzeSentimentResponse>, IEquatable<AnalyzeSentimentResponse>, IDeepCloneable<AnalyzeSentimentResponse>, IBufferMessage, IMessage
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
See [Document.language][google.cloud.language.v1.Document.language] field for more details.
[[["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 available for `AnalyzeSentimentResponse` is 3.7.0, with previous versions listed down to 2.2.0."],["`AnalyzeSentimentResponse` is a class in the `Google.Cloud.Language.V1` namespace that represents the sentiment analysis response message."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffering."],["Key properties of `AnalyzeSentimentResponse` include `DocumentSentiment` (the overall document sentiment), `Language` (the detected or specified language of the text), and `Sentences` (sentiment for each sentence in the document)."],["There are two constructors available for the `AnalyzeSentimentResponse` class: a default constructor and a copy constructor that takes another `AnalyzeSentimentResponse` instance as a parameter."]]],[]]