public sealed class SentimentConfig : IMessage<SentimentConfig>, IEquatable<SentimentConfig>, IDeepCloneable<SentimentConfig>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SentimentConfig` class is used to configure settings related to sentiment analysis within the Google Cloud Data Labeling service."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["`SentimentConfig` inherits basic object functionalities such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."],["The class offers a constructor to create new instances and another to deep clone them, accepting a `SentimentConfig` instance as a parameter."],["The `EnableLabelSentimentSelection` property lets users set whether contributors can indicate if a selected label has negative or positive sentiment, with the default set to false."]]],[]]