| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static AbsoluteTimeRange.Builder |
AbsoluteTimeRange.builder() |
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.Builder.endTime(Long endTime)
A value that indicates the end of the time range in milliseconds.
|
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.Builder.first(Long first)
A time range from the beginning of the call to the value that you've specified.
|
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.Builder.last(Long last)
A time range from the value that you've specified to the end of the call.
|
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.Builder.startTime(Long startTime)
A value that indicates the beginning of the time range in seconds.
|
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AbsoluteTimeRange.Builder> |
AbsoluteTimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SentimentFilter.Builder |
SentimentFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
The time range, measured in seconds, of the sentiment.
|
default InterruptionFilter.Builder |
InterruptionFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
default TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
A time range, set in seconds, between two points in the call.
|
default NonTalkTimeFilter.Builder |
NonTalkTimeFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when no one is talking.
|
Copyright © 2021. All rights reserved.