Interface SentimentConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SentimentConfig, SentimentConfig.Builder

    public interface SentimentConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getEnableLabelSentimentSelection()
      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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getEnableLabelSentimentSelection

        boolean getEnableLabelSentimentSelection()
         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.
         
        bool enable_label_sentiment_selection = 1;
        Returns:
        The enableLabelSentimentSelection.