Google Cloud Natural Language v1 API - Class AnalyzeEntitySentimentRequest (3.6.0)

public sealed class AnalyzeEntitySentimentRequest : IMessage<AnalyzeEntitySentimentRequest>, IEquatable<AnalyzeEntitySentimentRequest>, IDeepCloneable<AnalyzeEntitySentimentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeEntitySentimentRequest.

The entity-level sentiment analysis request message.

Inheritance

object > AnalyzeEntitySentimentRequest

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

AnalyzeEntitySentimentRequest()

public AnalyzeEntitySentimentRequest()

AnalyzeEntitySentimentRequest(AnalyzeEntitySentimentRequest)

public AnalyzeEntitySentimentRequest(AnalyzeEntitySentimentRequest other)
Parameter
NameDescription
otherAnalyzeEntitySentimentRequest

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