Uses of Class
com.google.cloud.datalabeling.v1beta1.SentimentConfig.Builder
-
Packages that use SentimentConfig.Builder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of SentimentConfig.Builder in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return SentimentConfig.Builder Modifier and Type Method Description SentimentConfig.BuilderSentimentConfig.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SentimentConfig.BuilderSentimentConfig.Builder. clear()SentimentConfig.BuilderSentimentConfig.Builder. clearEnableLabelSentimentSelection()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.SentimentConfig.BuilderSentimentConfig.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)SentimentConfig.BuilderSentimentConfig.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)SentimentConfig.BuilderSentimentConfig.Builder. clone()SentimentConfig.BuilderTextClassificationConfig.Builder. getSentimentConfigBuilder()Optional.SentimentConfig.BuilderSentimentConfig.Builder. mergeFrom(SentimentConfig other)SentimentConfig.BuilderSentimentConfig.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SentimentConfig.BuilderSentimentConfig.Builder. mergeFrom(com.google.protobuf.Message other)SentimentConfig.BuilderSentimentConfig.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static SentimentConfig.BuilderSentimentConfig. newBuilder()static SentimentConfig.BuilderSentimentConfig. newBuilder(SentimentConfig prototype)SentimentConfig.BuilderSentimentConfig. newBuilderForType()protected SentimentConfig.BuilderSentimentConfig. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)SentimentConfig.BuilderSentimentConfig.Builder. setEnableLabelSentimentSelection(boolean value)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.SentimentConfig.BuilderSentimentConfig.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SentimentConfig.BuilderSentimentConfig.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)SentimentConfig.BuilderSentimentConfig.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)SentimentConfig.BuilderSentimentConfig. toBuilder()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type SentimentConfig.Builder Modifier and Type Method Description TextClassificationConfig.BuilderTextClassificationConfig.Builder. setSentimentConfig(SentimentConfig.Builder builderForValue)Optional.
-