| 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)
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio.
|
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.Builder.first(Long first)
The time, in milliseconds, from the start of your media file until the specified value.
|
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.Builder.last(Long last)
The time, in milliseconds, from the specified value until the end of your media file.
|
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.Builder.startTime(Long startTime)
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio.
|
AbsoluteTimeRange.Builder |
AbsoluteTimeRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AbsoluteTimeRange.Builder> |
AbsoluteTimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search
for the specified key words or phrases.
|
default SentimentFilter.Builder |
SentimentFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search
for the specified sentiments.
|
default InterruptionFilter.Builder |
InterruptionFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search
for an interruption.
|
default NonTalkTimeFilter.Builder |
NonTalkTimeFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search
for a period of silence.
|
Copyright © 2023. All rights reserved.