| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static RelativeTimeRange.Builder |
RelativeTimeRange.builder() |
RelativeTimeRange.Builder |
RelativeTimeRange.Builder.endPercentage(Integer endPercentage)
A value that indicates the percentage of the end of the time range.
|
RelativeTimeRange.Builder |
RelativeTimeRange.Builder.first(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.Builder |
RelativeTimeRange.Builder.last(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.Builder |
RelativeTimeRange.Builder.startPercentage(Integer startPercentage)
A value that indicates the percentage of the beginning of the time range.
|
RelativeTimeRange.Builder |
RelativeTimeRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RelativeTimeRange.Builder> |
RelativeTimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SentimentFilter.Builder |
SentimentFilter.Builder.relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)
The time range, set in percentages, that correspond to proportion of the call.
|
default InterruptionFilter.Builder |
InterruptionFilter.Builder.relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was a interruption.
|
default TranscriptFilter.Builder |
TranscriptFilter.Builder.relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)
An object that allows percentages to specify the proportion of the call where you would like to apply a
filter.
|
default NonTalkTimeFilter.Builder |
NonTalkTimeFilter.Builder.relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange)
An object that allows percentages to specify the proportion of the call where there was silence.
|
Copyright © 2021. All rights reserved.