| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
TranscriptFilter |
TranscriptFilter.clone() |
TranscriptFilter |
Rule.getTranscriptFilter()
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output.
|
TranscriptFilter |
TranscriptFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for
the specified key words or phrases.
|
TranscriptFilter |
TranscriptFilter.withNegate(Boolean negate)
Set to
TRUE to flag the absence of the phrase that you specified in your request. |
TranscriptFilter |
TranscriptFilter.withParticipantRole(ParticipantRole participantRole)
Specify the participant that you want to flag.
|
TranscriptFilter |
TranscriptFilter.withParticipantRole(String participantRole)
Specify the participant that you want to flag.
|
TranscriptFilter |
TranscriptFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
the specified key words or phrases.
|
TranscriptFilter |
TranscriptFilter.withTargets(Collection<String> targets)
Specify the phrases that you want to flag.
|
TranscriptFilter |
TranscriptFilter.withTargets(String... targets)
Specify the phrases that you want to flag.
|
TranscriptFilter |
TranscriptFilter.withTranscriptFilterType(String transcriptFilterType)
Flag the presence or absence of an exact match to the phrases that you specify.
|
TranscriptFilter |
TranscriptFilter.withTranscriptFilterType(TranscriptFilterType transcriptFilterType)
Flag the presence or absence of an exact match to the phrases that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setTranscriptFilter(TranscriptFilter transcriptFilter)
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output.
|
Rule |
Rule.withTranscriptFilter(TranscriptFilter transcriptFilter)
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output.
|
Copyright © 2025. All rights reserved.