Uses of Interface
software.amazon.awssdk.services.comprehend.model.ToxicLabels.Builder
-
Packages that use ToxicLabels.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ToxicLabels.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ToxicLabels.Builder Modifier and Type Method Description static ToxicLabels.BuilderToxicLabels. builder()ToxicLabels.BuilderToxicLabels.Builder. labels(Collection<ToxicContent> labels)Array of toxic content types identified in the string.ToxicLabels.BuilderToxicLabels.Builder. labels(Consumer<ToxicContent.Builder>... labels)Array of toxic content types identified in the string.ToxicLabels.BuilderToxicLabels.Builder. labels(ToxicContent... labels)Array of toxic content types identified in the string.ToxicLabels.BuilderToxicLabels. toBuilder()ToxicLabels.BuilderToxicLabels.Builder. toxicity(Float toxicity)Overall toxicity score for the string.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ToxicLabels.Builder Modifier and Type Method Description static Class<? extends ToxicLabels.Builder>ToxicLabels. serializableBuilderClass()
-