| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
RelativeTimeRange |
RelativeTimeRange.clone() |
RelativeTimeRange |
TranscriptFilter.getRelativeTimeRange()
Allows you 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()
Allows you to specify a time range (in percentage) in your media file, during which you want to search for an
interruption.
|
RelativeTimeRange |
NonTalkTimeFilter.getRelativeTimeRange()
Allows you to specify a time range (in percentage) in your media file, during which you want to search for a
period of silence.
|
RelativeTimeRange |
SentimentFilter.getRelativeTimeRange()
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the
specified sentiments.
|
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 value you specify in which Amazon Transcribe
searches for your specified criteria.
|
RelativeTimeRange |
RelativeTimeRange.withLast(Integer last)
The time, in percentage, from the value you specify until the end of your media file in which Amazon Transcribe
searches for your specified criteria.
|
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 |
TranscriptFilter.setRelativeTimeRange(RelativeTimeRange relativeTimeRange)
Allows you 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)
Allows you 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)
Allows you to specify a time range (in percentage) in your media file, during which you want to search for a
period of silence.
|
void |
SentimentFilter.setRelativeTimeRange(RelativeTimeRange relativeTimeRange)
Allows you 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)
Allows you 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)
Allows you 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)
Allows you 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)
Allows you to specify a time range (in percentage) in your media file, during which you want to search for the
specified sentiments.
|
Copyright © 2022. All rights reserved.