| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
RelativeTimeRange |
RelativeTimeRange.clone() |
RelativeTimeRange |
InterruptionFilter.getRelativeTimeRange()
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
RelativeTimeRange |
SentimentFilter.getRelativeTimeRange()
The time range, set in percentages, that correspond to proportion of the call.
|
RelativeTimeRange |
TranscriptFilter.getRelativeTimeRange()
An object that allows percentages to specify the proportion of the call where you would like to apply a filter.
|
RelativeTimeRange |
NonTalkTimeFilter.getRelativeTimeRange()
An object that allows percentages to specify the proportion of the call where there was silence.
|
RelativeTimeRange |
RelativeTimeRange.withEndPercentage(Integer endPercentage)
A value that indicates the percentage of the end of the time range.
|
RelativeTimeRange |
RelativeTimeRange.withFirst(Integer first)
A range that takes the portion of the call up to the time in milliseconds set by the value that you've specified.
|
RelativeTimeRange |
RelativeTimeRange.withLast(Integer last)
A range that takes the portion of the call from the time in milliseconds set by the value that you've specified
to the end of the call.
|
RelativeTimeRange |
RelativeTimeRange.withStartPercentage(Integer startPercentage)
A value that indicates the percentage of the beginning of the time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterruptionFilter.setRelativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
void |
SentimentFilter.setRelativeTimeRange(RelativeTimeRange relativeTimeRange)
The time range, set in percentages, that correspond to proportion of the call.
|
void |
TranscriptFilter.setRelativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where you would like to apply a filter.
|
void |
NonTalkTimeFilter.setRelativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was silence.
|
InterruptionFilter |
InterruptionFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
SentimentFilter |
SentimentFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
The time range, set in percentages, that correspond to proportion of the call.
|
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.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was silence.
|
Copyright © 2022. All rights reserved.