| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange |
AbsoluteTimeRange.clone() |
AbsoluteTimeRange |
SentimentFilter.getAbsoluteTimeRange()
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for
the specified sentiments.
|
AbsoluteTimeRange |
TranscriptFilter.getAbsoluteTimeRange()
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.
|
AbsoluteTimeRange |
InterruptionFilter.getAbsoluteTimeRange()
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
AbsoluteTimeRange |
NonTalkTimeFilter.getAbsoluteTimeRange()
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a
period of silence.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withEndTime(Long endTime)
The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withFirst(Long first)
The time, in milliseconds, from the start of your media file until the specified value.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withLast(Long last)
The time, in milliseconds, from the specified value until the end of your media file.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withStartTime(Long startTime)
The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SentimentFilter.setAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for
the specified sentiments.
|
void |
TranscriptFilter.setAbsoluteTimeRange(AbsoluteTimeRange 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.
|
void |
InterruptionFilter.setAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
void |
NonTalkTimeFilter.setAbsoluteTimeRange(AbsoluteTimeRange 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.
|
SentimentFilter |
SentimentFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for
the specified sentiments.
|
TranscriptFilter |
TranscriptFilter.withAbsoluteTimeRange(AbsoluteTimeRange 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.
|
InterruptionFilter |
InterruptionFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withAbsoluteTimeRange(AbsoluteTimeRange 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.