Data Labeling v1beta1 API - Class SentimentConfig (2.0.0-beta03)

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.

Inheritance

object > SentimentConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

SentimentConfig()

public SentimentConfig()

SentimentConfig(SentimentConfig)

public SentimentConfig(SentimentConfig other)
Parameter
NameDescription
otherSentimentConfig

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
TypeDescription
bool