| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
A time range, set in seconds, between two points in the call.
|
default TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
A time range, set in seconds, between two points in the call.
|
static TranscriptFilter.Builder |
TranscriptFilter.builder() |
TranscriptFilter.Builder |
TranscriptFilter.Builder.negate(Boolean negate)
If
TRUE, the rule that you specify is applied to everything except for the phrases that you
specify. |
TranscriptFilter.Builder |
TranscriptFilter.Builder.participantRole(ParticipantRole participantRole)
Determines whether the customer or the agent is speaking the phrases that you've specified.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.participantRole(String participantRole)
Determines whether the customer or the agent is speaking the phrases that you've specified.
|
default TranscriptFilter.Builder |
TranscriptFilter.Builder.relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)
An object that allows percentages to specify the proportion of the call where you would like to apply a
filter.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where you would like to apply a
filter.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.targets(Collection<String> targets)
The phrases that you're specifying for the transcript filter to match.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.targets(String... targets)
The phrases that you're specifying for the transcript filter to match.
|
TranscriptFilter.Builder |
TranscriptFilter.toBuilder() |
TranscriptFilter.Builder |
TranscriptFilter.Builder.transcriptFilterType(String transcriptFilterType)
Matches the phrase to the transcription output in a word for word fashion.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.transcriptFilterType(TranscriptFilterType transcriptFilterType)
Matches the phrase to the transcription output in a word for word fashion.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TranscriptFilter.Builder> |
TranscriptFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Rule.Builder |
Rule.Builder.transcriptFilter(Consumer<TranscriptFilter.Builder> transcriptFilter)
A condition that catches particular words or phrases based on a exact match.
|
Copyright © 2021. All rights reserved.