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