public sealed class AnalyzeEntitiesRequest : IMessage<AnalyzeEntitiesRequest>, IEquatable<AnalyzeEntitiesRequest>, IDeepCloneable<AnalyzeEntitiesRequest>, 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-04-09 UTC."],[[["The `AnalyzeEntitiesRequest` class is used to send a request for entity analysis to the Google Cloud Natural Language API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse object manipulation and state management."],["It has two constructors: a default constructor, and another which accepts another `AnalyzeEntitiesRequest` object for cloning purposes."],["The class includes properties for setting the input document (`Document`) and the encoding type (`EncodingType`) for offset calculations."],["The content references multiple versions of this class ranging from 2.2.0 to the latest 3.7.0."]]],[]]