| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
RelativeTimeRange |
RelativeTimeRange.clone() |
RelativeTimeRange |
SentimentFilter.getRelativeTimeRange()
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
the specified sentiments.
|
RelativeTimeRange |
TranscriptFilter.getRelativeTimeRange()
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.
|
RelativeTimeRange |
InterruptionFilter.getRelativeTimeRange()
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
an interruption.
|
RelativeTimeRange |
NonTalkTimeFilter.getRelativeTimeRange()
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.
|
RelativeTimeRange |
RelativeTimeRange.withEndPercentage(Integer endPercentage)
The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file.
|
RelativeTimeRange |
RelativeTimeRange.withFirst(Integer first)
The time, in percentage, from the start of your media file until the specified value.
|
RelativeTimeRange |
RelativeTimeRange.withLast(Integer last)
The time, in percentage, from the specified value until the end of your media file.
|
RelativeTimeRange |
RelativeTimeRange.withStartPercentage(Integer startPercentage)
The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SentimentFilter.setRelativeTimeRange(RelativeTimeRange 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.
|
void |
TranscriptFilter.setRelativeTimeRange(RelativeTimeRange 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.
|
void |
InterruptionFilter.setRelativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
an interruption.
|
void |
NonTalkTimeFilter.setRelativeTimeRange(RelativeTimeRange 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.
|
SentimentFilter |
SentimentFilter.withRelativeTimeRange(RelativeTimeRange 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.
|
TranscriptFilter |
TranscriptFilter.withRelativeTimeRange(RelativeTimeRange 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.
|
InterruptionFilter |
InterruptionFilter.withRelativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
an interruption.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withRelativeTimeRange(RelativeTimeRange 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.