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"]],[["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-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."]]],[]]