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-03-21 UTC."],[[["This document provides reference documentation for the `AnalyzeSentimentRequest` class within the Google Cloud Natural Language v1 API."],["The `AnalyzeSentimentRequest` class is used to send a request for sentiment analysis and it's part of the `Google.Cloud.Language.V1` namespace."],["The class is implemented in the `Google.Cloud.Language.V1.dll` assembly and supports multiple versions, with 3.7.0 being the latest."],["Key properties of the `AnalyzeSentimentRequest` class include `Document`, which is a required input, and `EncodingType`, which determines how the API calculates sentence offsets."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `Object` class."]]],[]]