| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange |
AbsoluteTimeRange.clone() |
AbsoluteTimeRange |
InterruptionFilter.getAbsoluteTimeRange()
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
AbsoluteTimeRange |
SentimentFilter.getAbsoluteTimeRange()
The time range, measured in seconds, of the sentiment.
|
AbsoluteTimeRange |
TranscriptFilter.getAbsoluteTimeRange()
A time range, set in seconds, between two points in the call.
|
AbsoluteTimeRange |
NonTalkTimeFilter.getAbsoluteTimeRange()
An object you can use to specify a time range (in milliseconds) for when no one is talking.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withEndTime(Long endTime)
A value that indicates the end of the time range in milliseconds.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withFirst(Long first)
A time range from the beginning of the call to the value that you've specified.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withLast(Long last)
A time range from the value that you've specified to the end of the call.
|
AbsoluteTimeRange |
AbsoluteTimeRange.withStartTime(Long startTime)
A value that indicates the beginning of the time range in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterruptionFilter.setAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
void |
SentimentFilter.setAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
The time range, measured in seconds, of the sentiment.
|
void |
TranscriptFilter.setAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
A time range, set in seconds, between two points in the call.
|
void |
NonTalkTimeFilter.setAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when no one is talking.
|
InterruptionFilter |
InterruptionFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
SentimentFilter |
SentimentFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
The time range, measured in seconds, of the sentiment.
|
TranscriptFilter |
TranscriptFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
A time range, set in seconds, between two points in the call.
|
NonTalkTimeFilter |
NonTalkTimeFilter.withAbsoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when no one is talking.
|
Copyright © 2022. All rights reserved.