| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
ToxicityDetectionSettings |
ToxicityDetectionSettings.clone() |
ToxicityDetectionSettings |
ToxicityDetectionSettings.withToxicityCategories(Collection<String> toxicityCategories)
If you include
ToxicityDetection in your transcription request, you must also include
ToxicityCategories. |
ToxicityDetectionSettings |
ToxicityDetectionSettings.withToxicityCategories(String... toxicityCategories)
If you include
ToxicityDetection in your transcription request, you must also include
ToxicityCategories. |
ToxicityDetectionSettings |
ToxicityDetectionSettings.withToxicityCategories(ToxicityCategory... toxicityCategories)
If you include
ToxicityDetection in your transcription request, you must also include
ToxicityCategories. |
| Modifier and Type | Method and Description |
|---|---|
List<ToxicityDetectionSettings> |
TranscriptionJobSummary.getToxicityDetection()
Indicates whether toxicity detection was enabled for the specified transcription job.
|
List<ToxicityDetectionSettings> |
TranscriptionJob.getToxicityDetection()
Provides information about the toxicity detection settings applied to your transcription.
|
List<ToxicityDetectionSettings> |
StartTranscriptionJobRequest.getToxicityDetection()
Enables toxic speech detection in your transcript.
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJobSummary |
TranscriptionJobSummary.withToxicityDetection(ToxicityDetectionSettings... toxicityDetection)
Indicates whether toxicity detection was enabled for the specified transcription job.
|
TranscriptionJob |
TranscriptionJob.withToxicityDetection(ToxicityDetectionSettings... toxicityDetection)
Provides information about the toxicity detection settings applied to your transcription.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withToxicityDetection(ToxicityDetectionSettings... toxicityDetection)
Enables toxic speech detection in your transcript.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranscriptionJobSummary.setToxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Indicates whether toxicity detection was enabled for the specified transcription job.
|
void |
TranscriptionJob.setToxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Provides information about the toxicity detection settings applied to your transcription.
|
void |
StartTranscriptionJobRequest.setToxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Enables toxic speech detection in your transcript.
|
TranscriptionJobSummary |
TranscriptionJobSummary.withToxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Indicates whether toxicity detection was enabled for the specified transcription job.
|
TranscriptionJob |
TranscriptionJob.withToxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Provides information about the toxicity detection settings applied to your transcription.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withToxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection)
Enables toxic speech detection in your transcript.
|
Copyright © 2023. All rights reserved.