Google Cloud Natural Language v1 API - Class AnalyzeEntitiesRequest (3.4.0)

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.

The entity analysis request message.

Inheritance

object > AnalyzeEntitiesRequest

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

AnalyzeEntitiesRequest()

public AnalyzeEntitiesRequest()

AnalyzeEntitiesRequest(AnalyzeEntitiesRequest)

public AnalyzeEntitiesRequest(AnalyzeEntitiesRequest other)
Parameter
NameDescription
otherAnalyzeEntitiesRequest

Properties

Document

public Document Document { get; set; }

Required. Input document.

Property Value
TypeDescription
Document

EncodingType

public EncodingType EncodingType { get; set; }

The encoding type used by the API to calculate offsets.

Property Value
TypeDescription
EncodingType