Uses of Class
software.amazon.awssdk.services.transcribe.model.ToxicityCategory
-
Packages that use ToxicityCategory Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of ToxicityCategory in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return ToxicityCategory Modifier and Type Method Description static ToxicityCategoryToxicityCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ToxicityCategoryToxicityCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ToxicityCategory[]ToxicityCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type ToxicityCategory Modifier and Type Method Description static Set<ToxicityCategory>ToxicityCategory. knownValues()List<ToxicityCategory>ToxicityDetectionSettings. toxicityCategories()If you includeToxicityDetectionin your transcription request, you must also includeToxicityCategories.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type ToxicityCategory Modifier and Type Method Description ToxicityDetectionSettings.BuilderToxicityDetectionSettings.Builder. toxicityCategories(ToxicityCategory... toxicityCategories)If you includeToxicityDetectionin your transcription request, you must also includeToxicityCategories.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type ToxicityCategory Modifier and Type Method Description ToxicityDetectionSettings.BuilderToxicityDetectionSettings.Builder. toxicityCategories(Collection<ToxicityCategory> toxicityCategories)If you includeToxicityDetectionin your transcription request, you must also includeToxicityCategories.
-