public sealed class AnalyzeEntitiesRequest : IMessage<AnalyzeEntitiesRequest>, IEquatable<AnalyzeEntitiesRequest>, IDeepCloneable<AnalyzeEntitiesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Natural Language v2 API class AnalyzeEntitiesRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `AnalyzeEntitiesRequest` class is 1.0.0-beta05, which is part of the Cloud Natural Language v2 API."],["`AnalyzeEntitiesRequest` is an entity analysis request message that inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class is used within the `Google.Cloud.Language.V2` namespace and is contained in the `Google.Cloud.Language.V2.dll` assembly."],["The class includes two constructors: a default constructor and one that accepts another `AnalyzeEntitiesRequest` object as a parameter."],["The class contains properties, such as `Document`, which is a required input document of type `Document`, and `EncodingType`, which determines how the API calculates offsets."]]],[]]