public sealed class AnalyzeSentimentRequest : IMessage<AnalyzeSentimentRequest>, IEquatable<AnalyzeSentimentRequest>, IDeepCloneable<AnalyzeSentimentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Natural Language v2 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-03-21 UTC."],[[["The `AnalyzeSentimentRequest` class is part of the Cloud Natural Language v2 API and is used to request sentiment analysis."],["This class is found within the `Google.Cloud.Language.V2` namespace, specifically in the `Google.Cloud.Language.V2.dll` assembly."],["`AnalyzeSentimentRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It has two constructors: a default one and one that takes another `AnalyzeSentimentRequest` object as a parameter for copying."],["The class has two properties, `Document` for the input text and `EncodingType` to determine the type of encoding used."]]],[]]