Uses of Class
software.amazon.awssdk.services.comprehend.model.ToxicContent
-
Packages that use ToxicContent Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ToxicContent in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ToxicContent Modifier and Type Method Description List<ToxicContent>ToxicLabels. labels()Array of toxic content types identified in the string.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type ToxicContent Modifier and Type Method Description ToxicLabels.BuilderToxicLabels.Builder. labels(ToxicContent... labels)Array of toxic content types identified in the string.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type ToxicContent Modifier and Type Method Description ToxicLabels.BuilderToxicLabels.Builder. labels(Collection<ToxicContent> labels)Array of toxic content types identified in the string.
-