public sealed class SentimentConfig : IMessage<SentimentConfig>, IEquatable<SentimentConfig>, IDeepCloneable<SentimentConfig>, IBufferMessage, IMessage
Config for setting up sentiments.
Implements
IMessage<SentimentConfig>, IEquatable<SentimentConfig>, IDeepCloneable<SentimentConfig>, 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 |
Boolean |