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-03-21 UTC."],[[["This webpage provides documentation for the `AnalyzeEntitiesRequest` class within the Google Cloud Natural Language API's version 2.3.0 for .NET."],["`AnalyzeEntitiesRequest` is a message type used to request entity analysis and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Document` to specify the input document and `EncodingType` to define the character encoding used for offset calculations."],["The webpage offers access to previous versions of the documentation, spanning from version 2.2.0 to 3.7.0, with 3.7.0 being the most current version."],["There are two constructors available for `AnalyzeEntitiesRequest`, a default constructor, and one that takes another `AnalyzeEntitiesRequest` object as a parameter for cloning."]]],[]]