public sealed class AnalyzeEntitySentimentResponse : IMessage<AnalyzeEntitySentimentResponse>, IEquatable<AnalyzeEntitySentimentResponse>, IDeepCloneable<AnalyzeEntitySentimentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeEntitySentimentResponse.
The entity-level sentiment analysis response message.
Implements
IMessageAnalyzeEntitySentimentResponse, IEquatableAnalyzeEntitySentimentResponse, IDeepCloneableAnalyzeEntitySentimentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V1Assembly
Google.Cloud.Language.V1.dll
Constructors
AnalyzeEntitySentimentResponse()
public AnalyzeEntitySentimentResponse()
AnalyzeEntitySentimentResponse(AnalyzeEntitySentimentResponse)
public AnalyzeEntitySentimentResponse(AnalyzeEntitySentimentResponse other)
Parameter | |
---|---|
Name | Description |
other | AnalyzeEntitySentimentResponse |
Properties
Entities
public RepeatedField<Entity> Entities { get; }
The recognized entities in the input document with associated sentiments.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEntity |
Language
public string Language { get; set; }
The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See [Document.language][google.cloud.language.v1.Document.language] field for more details.
Property Value | |
---|---|
Type | Description |
string |