public sealed class AnalyzeEntitiesRequest : IMessage<AnalyzeEntitiesRequest>, IEquatable<AnalyzeEntitiesRequest>, IDeepCloneable<AnalyzeEntitiesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 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-09 UTC."],[[["The `AnalyzeEntitiesRequest` class is part of the Google Cloud Natural Language v1 API, specifically designed for entity analysis requests."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cAnalyzeEntitiesRequest\u003e`, `IDeepCloneable\u003cAnalyzeEntitiesRequest\u003e`, and `IBufferMessage`, indicating its functionality and capabilities."],["The `AnalyzeEntitiesRequest` class offers two constructors: a default constructor and one that allows creating a copy of another `AnalyzeEntitiesRequest` object."],["Key properties of this class include `Document`, representing the input document for analysis, and `EncodingType`, which defines the method used for calculating offsets."],["There are multiple versions of this API documented on the page, ranging from version 2.2.0 to the latest 3.7.0, with version 3.5.0 being directly mentioned."]]],[]]