| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
InterruptionFilter |
InterruptionFilter.clone() |
InterruptionFilter |
Rule.getInterruptionFilter()
Flag the presence or absence of interruptions in your Call Analytics transcription output.
|
InterruptionFilter |
InterruptionFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
InterruptionFilter |
InterruptionFilter.withNegate(Boolean negate)
Set to
TRUE to flag speech that does not contain interruptions. |
InterruptionFilter |
InterruptionFilter.withParticipantRole(ParticipantRole participantRole)
Specify the interrupter that you want to flag.
|
InterruptionFilter |
InterruptionFilter.withParticipantRole(String participantRole)
Specify the interrupter that you want to flag.
|
InterruptionFilter |
InterruptionFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
an interruption.
|
InterruptionFilter |
InterruptionFilter.withThreshold(Long threshold)
Specify the duration of the interruptions in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setInterruptionFilter(InterruptionFilter interruptionFilter)
Flag the presence or absence of interruptions in your Call Analytics transcription output.
|
Rule |
Rule.withInterruptionFilter(InterruptionFilter interruptionFilter)
Flag the presence or absence of interruptions in your Call Analytics transcription output.
|
Copyright © 2025. All rights reserved.