public sealed class AnalyzeSentimentRequest : IMessage<AnalyzeSentimentRequest>, IEquatable<AnalyzeSentimentRequest>, IDeepCloneable<AnalyzeSentimentRequest>, IBufferMessage, IMessage
[[["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 `AnalyzeSentimentRequest` class is used to create a request message for sentiment analysis."],["This class is part of the `Google.Cloud.Language.V1` namespace and is found within the `Google.Cloud.Language.V1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `AnalyzeSentimentRequest` class contains properties for setting the input document (`Document`) and the text encoding type (`EncodingType`)."],["There are several versions of the `AnalyzeSentimentRequest` available, with version 3.7.0 being the latest, and version 2.2.0, which is the current context, being also available."]]],[]]