Uses of Class
software.amazon.awssdk.services.transcribe.model.ToxicityDetectionSettings
-
Packages that use ToxicityDetectionSettings Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of ToxicityDetectionSettings in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type ToxicityDetectionSettings Modifier and Type Method Description List<ToxicityDetectionSettings>StartTranscriptionJobRequest. toxicityDetection()Enables toxic speech detection in your transcript.List<ToxicityDetectionSettings>TranscriptionJob. toxicityDetection()Provides information about the toxicity detection settings applied to your transcription.List<ToxicityDetectionSettings>TranscriptionJobSummary. toxicityDetection()Indicates whether toxicity detection was enabled for the specified transcription job.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type ToxicityDetectionSettings Modifier and Type Method Description StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. toxicityDetection(ToxicityDetectionSettings... toxicityDetection)Enables toxic speech detection in your transcript.TranscriptionJob.BuilderTranscriptionJob.Builder. toxicityDetection(ToxicityDetectionSettings... toxicityDetection)Provides information about the toxicity detection settings applied to your transcription.TranscriptionJobSummary.BuilderTranscriptionJobSummary.Builder. toxicityDetection(ToxicityDetectionSettings... toxicityDetection)Indicates whether toxicity detection was enabled for the specified transcription job.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type ToxicityDetectionSettings Modifier and Type Method Description StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. toxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)Enables toxic speech detection in your transcript.TranscriptionJob.BuilderTranscriptionJob.Builder. toxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)Provides information about the toxicity detection settings applied to your transcription.TranscriptionJobSummary.BuilderTranscriptionJobSummary.Builder. toxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)Indicates whether toxicity detection was enabled for the specified transcription job.
-