Class AnalyzeEntitySentimentRequest (3.0.0)

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

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; }

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