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.
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 latest version available for the `SentimentConfig` class is 2.0.0-beta05, with version 2.0.0-beta04 and 1.0.0-beta03 also documented."],["`SentimentConfig` is a class in the Google.Cloud.DataLabeling.V1Beta1 namespace, part of the Data Labeling v1beta1 API, used for setting up sentiment configurations."],["The `SentimentConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `EnableLabelSentimentSelection` property of the `SentimentConfig` class allows contributors to mark selected labels as negative or positive sentiments, defaulting to false if not set."],["There are two constructors in the class: one is empty, and the second one takes a `SentimentConfig` object as a parameter."]]],[]]