| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
NonTalkTimeFilter |
NonTalkTimeFilter.clone() |
NonTalkTimeFilter |
Rule.getNonTalkTimeFilter()
Flag the presence or absence of periods of silence in your Call Analytics transcription output.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a
period of silence.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withNegate(Boolean negate)
Set to
TRUE to flag periods of speech. |
NonTalkTimeFilter |
NonTalkTimeFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
a period of silence.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withThreshold(Long threshold)
Specify the duration, in milliseconds, of the period of silence that you want to flag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setNonTalkTimeFilter(NonTalkTimeFilter nonTalkTimeFilter)
Flag the presence or absence of periods of silence in your Call Analytics transcription output.
|
Rule |
Rule.withNonTalkTimeFilter(NonTalkTimeFilter nonTalkTimeFilter)
Flag the presence or absence of periods of silence in your Call Analytics transcription output.
|
Copyright © 2025. All rights reserved.