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."],[[["The document provides reference documentation for the `AnalyzeSentimentRequest` class within the Google Cloud Natural Language v1 API."],["`AnalyzeSentimentRequest` is a message class used for requesting sentiment analysis and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AnalyzeSentimentRequest` class has properties `Document` and `EncodingType`, specifying the input document and the encoding type for calculating sentence offsets."],["The most recent version of the API documentation available is 3.7.0, with older versions dating back to 2.2.0 also listed."],["The class can be constructed with no arguments or using an existing `AnalyzeSentimentRequest` object as a parameter."]]],[]]