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-04-09 UTC."],[[["The content provides documentation for the `AnalyzeSentimentRequest` class within the `Google.Cloud.Language.V1` namespace, used for sentiment analysis requests in the Google Cloud Natural Language API."],["The `AnalyzeSentimentRequest` class is available in multiple versions, from 2.2.0 up to the latest, 3.7.0, with links to specific version documentation for each."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for comparison, cloning, and message handling."],["The class has 2 constructors, `AnalyzeSentimentRequest()` and `AnalyzeSentimentRequest(AnalyzeSentimentRequest other)`, and 2 properties, `Document` of type Document, and `EncodingType` of type EncodingType."]]],[]]