| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
RelativeTimeRange |
SentimentFilter.relativeTimeRange()
The time range, set in percentages, that correspond to proportion of the call.
|
RelativeTimeRange |
InterruptionFilter.relativeTimeRange()
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
RelativeTimeRange |
TranscriptFilter.relativeTimeRange()
An object that allows percentages to specify the proportion of the call where you would like to apply a filter.
|
RelativeTimeRange |
NonTalkTimeFilter.relativeTimeRange()
An object that allows percentages to specify the proportion of the call where there was silence.
|
| Modifier and Type | Method and Description |
|---|---|
SentimentFilter.Builder |
SentimentFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
The time range, set in percentages, that correspond to proportion of the call.
|
InterruptionFilter.Builder |
InterruptionFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
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.
|
NonTalkTimeFilter.Builder |
NonTalkTimeFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was silence.
|
Copyright © 2021. All rights reserved.