public sealed class AnalyzeSentimentRequest : IMessage<AnalyzeSentimentRequest>, IEquatable<AnalyzeSentimentRequest>, IDeepCloneable<AnalyzeSentimentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeSentimentRequest.
[[["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 latest version of the `AnalyzeSentimentRequest` class is 3.7.0, while the current page details version 3.4.0, with various versions available."],["`AnalyzeSentimentRequest` is a class used within the Google Cloud Natural Language v1 API for performing sentiment analysis requests."],["The `AnalyzeSentimentRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AnalyzeSentimentRequest` class includes properties such as `Document` and `EncodingType`, which are essential parameters for sentiment analysis."],["The class provides two constructors: a default constructor (`AnalyzeSentimentRequest()`) and a copy constructor (`AnalyzeSentimentRequest(AnalyzeSentimentRequest other)`), to create different instances of the class."]]],[]]