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."],[[["This webpage details the `AnalyzeSentimentRequest` class within the `Google.Cloud.Language.V1` namespace, used for sentiment analysis requests."],["The class is part of the `Google.Cloud.Language.V1.dll` assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It features two constructors: a default constructor `AnalyzeSentimentRequest()` and an overloaded constructor `AnalyzeSentimentRequest(AnalyzeSentimentRequest other)` for copying."],["The `AnalyzeSentimentRequest` class has two key properties: `Document` of type `Document` for the input document, and `EncodingType` of type `EncodingType` to set the encoding for sentence offset calculations."],["This page provides information on the `AnalyzeSentimentRequest` class across multiple versions of the library, ranging from 2.2.0 up to 3.7.0, with 3.7.0 being the latest version."]]],[]]