public sealed class AnalyzeSentimentRequest : IMessage<AnalyzeSentimentRequest>, IEquatable<AnalyzeSentimentRequest>, IDeepCloneable<AnalyzeSentimentRequest>, IBufferMessage, IMessageThe sentiment analysis request message.
Implements
IMessage<AnalyzeSentimentRequest>, IEquatable<AnalyzeSentimentRequest>, IDeepCloneable<AnalyzeSentimentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V1Assembly
Google.Cloud.Language.V1.dll
Constructors
AnalyzeSentimentRequest()
public AnalyzeSentimentRequest()AnalyzeSentimentRequest(AnalyzeSentimentRequest)
public AnalyzeSentimentRequest(AnalyzeSentimentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AnalyzeSentimentRequest |
Properties
Document
public Document Document { get; set; }Input document.
| Property Value | |
|---|---|
| Type | Description |
Document |
|
EncodingType
public EncodingType EncodingType { get; set; }The encoding type used by the API to calculate sentence offsets.
| Property Value | |
|---|---|
| Type | Description |
EncodingType |
|