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-03-21 UTC."],[[["This documentation is for the `AnalyzeEntitiesRequest` class within the Google Cloud Natural Language v2 API, specifically version 1.0.0-beta04."],["`AnalyzeEntitiesRequest` is used to request entity analysis from the API and inherits from `object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `AnalyzeEntitiesRequest()` and a copy constructor `AnalyzeEntitiesRequest(AnalyzeEntitiesRequest other)`."],["The `AnalyzeEntitiesRequest` class includes two properties, `Document` which is the input document for analysis and `EncodingType` which specifies how offsets are calculated."],["The class documentation is contained in the `Google.Cloud.Language.V2` namespace and the `Google.Cloud.Language.V2.dll` assembly."]]],[]]