| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.toxicityDetection(ToxicityDetectionSettings... toxicityDetection)
Enables toxic speech detection in your transcript.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.toxicityDetection(ToxicityDetectionSettings... toxicityDetection)
Provides information about the toxicity detection settings applied to your transcription.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.toxicityDetection(ToxicityDetectionSettings... toxicityDetection)
Indicates whether toxicity detection was enabled for the specified transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.toxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Enables toxic speech detection in your transcript.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.toxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Provides information about the toxicity detection settings applied to your transcription.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.toxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Indicates whether toxicity detection was enabled for the specified transcription job.
|
Copyright © 2023. All rights reserved.