Uses of Class
software.amazon.awssdk.services.comprehend.model.ToxicLabels
-
Packages that use ToxicLabels Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ToxicLabels in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ToxicLabels Modifier and Type Method Description List<ToxicLabels>DetectToxicContentResponse. resultList()Results of the content moderation analysis.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type ToxicLabels Modifier and Type Method Description DetectToxicContentResponse.BuilderDetectToxicContentResponse.Builder. resultList(ToxicLabels... resultList)Results of the content moderation analysis.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type ToxicLabels Modifier and Type Method Description DetectToxicContentResponse.BuilderDetectToxicContentResponse.Builder. resultList(Collection<ToxicLabels> resultList)Results of the content moderation analysis.
-