Uses of Interface
software.amazon.awssdk.services.comprehend.model.ToxicContent.Builder
-
Packages that use ToxicContent.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ToxicContent.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ToxicContent.Builder Modifier and Type Method Description static ToxicContent.BuilderToxicContent. builder()ToxicContent.BuilderToxicContent.Builder. name(String name)The name of the toxic content type.ToxicContent.BuilderToxicContent.Builder. name(ToxicContentType name)The name of the toxic content type.ToxicContent.BuilderToxicContent.Builder. score(Float score)Model confidence in the detected content type.ToxicContent.BuilderToxicContent. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ToxicContent.Builder Modifier and Type Method Description static Class<? extends ToxicContent.Builder>ToxicContent. serializableBuilderClass()
-