| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange |
AbsoluteTimeRange.clone() |
AbsoluteTimeRange |
SentimentFilter.getAbsoluteTimeRange()
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the
specified sentiments.
|
AbsoluteTimeRange |
TranscriptFilter.getAbsoluteTimeRange()
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the
specified key words or phrases.
|
AbsoluteTimeRange |
NonTalkTimeFilter.getAbsoluteTimeRange()
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period
of silence.
|
AbsoluteTimeRange |
InterruptionFilter.getAbsoluteTimeRange()
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
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 value you specify in which Amazon
Transcribe searches for your specified criteria.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withLast(Long last)
The time, in milliseconds, from the value you specify until the end of your media file in which Amazon Transcribe
searches for your specified criteria.
|
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)
Allows you 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)
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the
specified key words or phrases.
|
void |
NonTalkTimeFilter.setAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period
of silence.
|
void |
InterruptionFilter.setAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
SentimentFilter |
SentimentFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Allows you 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)
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the
specified key words or phrases.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period
of silence.
|
InterruptionFilter |
InterruptionFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
Copyright © 2022. All rights reserved.