| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
TranscriptFilter |
TranscriptFilter.clone() |
TranscriptFilter |
Rule.getTranscriptFilter()
A condition that catches particular words or phrases based on a exact match.
|
TranscriptFilter |
TranscriptFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
A time range, set in seconds, between two points in the call.
|
TranscriptFilter |
TranscriptFilter.withNegate(Boolean negate)
If
TRUE, the rule that you specify is applied to everything except for the phrases that you specify. |
TranscriptFilter |
TranscriptFilter.withParticipantRole(ParticipantRole participantRole)
Determines whether the customer or the agent is speaking the phrases that you've specified.
|
TranscriptFilter |
TranscriptFilter.withParticipantRole(String participantRole)
Determines whether the customer or the agent is speaking the phrases that you've specified.
|
TranscriptFilter |
TranscriptFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where you would like to apply a filter.
|
TranscriptFilter |
TranscriptFilter.withTargets(Collection<String> targets)
The phrases that you're specifying for the transcript filter to match.
|
TranscriptFilter |
TranscriptFilter.withTargets(String... targets)
The phrases that you're specifying for the transcript filter to match.
|
TranscriptFilter |
TranscriptFilter.withTranscriptFilterType(String transcriptFilterType)
Matches the phrase to the transcription output in a word for word fashion.
|
TranscriptFilter |
TranscriptFilter.withTranscriptFilterType(TranscriptFilterType transcriptFilterType)
Matches the phrase to the transcription output in a word for word fashion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setTranscriptFilter(TranscriptFilter transcriptFilter)
A condition that catches particular words or phrases based on a exact match.
|
Rule |
Rule.withTranscriptFilter(TranscriptFilter transcriptFilter)
A condition that catches particular words or phrases based on a exact match.
|
Copyright © 2022. All rights reserved.