public sealed class SentimentConfig : IMessage<SentimentConfig>, IEquatable<SentimentConfig>, IDeepCloneable<SentimentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class SentimentConfig.
Config for setting up sentiments.
Implements
IMessageSentimentConfig, IEquatableSentimentConfig, IDeepCloneableSentimentConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
SentimentConfig()
public SentimentConfig()
SentimentConfig(SentimentConfig)
public SentimentConfig(SentimentConfig other)
Parameter | |
---|---|
Name | Description |
other |
SentimentConfig |
Properties
EnableLabelSentimentSelection
public bool EnableLabelSentimentSelection { get; set; }
If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label. Default is false.
Property Value | |
---|---|
Type | Description |
bool |