Show / Hide Table of Contents

Class SentimentConfig

Config for setting up sentiments.

Inheritance
System.Object
SentimentConfig
Implements
IMessage<SentimentConfig>
System.IEquatable<SentimentConfig>
IDeepCloneable<SentimentConfig>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class SentimentConfig : IMessage<SentimentConfig>, IEquatable<SentimentConfig>, IDeepCloneable<SentimentConfig>, IBufferMessage, IMessage

Constructors

SentimentConfig()

Declaration
public SentimentConfig()

SentimentConfig(SentimentConfig)

Declaration
public SentimentConfig(SentimentConfig other)
Parameters
Type Name Description
SentimentConfig other

Properties

EnableLabelSentimentSelection

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.

Declaration
public bool EnableLabelSentimentSelection { get; set; }
Property Value
Type Description
System.Boolean
Back to top