| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
NonTalkTimeFilter |
NonTalkTimeFilter.clone() |
NonTalkTimeFilter |
Rule.getNonTalkTimeFilter()
A condition for a time period when neither the customer nor the agent was talking.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when no one is talking.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withNegate(Boolean negate)
Set to
TRUE to look for a time period when people were talking. |
NonTalkTimeFilter |
NonTalkTimeFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was silence.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withThreshold(Long threshold)
The duration of the period when neither the customer nor agent was talking.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setNonTalkTimeFilter(NonTalkTimeFilter nonTalkTimeFilter)
A condition for a time period when neither the customer nor the agent was talking.
|
Rule |
Rule.withNonTalkTimeFilter(NonTalkTimeFilter nonTalkTimeFilter)
A condition for a time period when neither the customer nor the agent was talking.
|
Copyright © 2022. All rights reserved.