| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange |
SentimentFilter.absoluteTimeRange()
The time range, measured in seconds, of the sentiment.
|
AbsoluteTimeRange |
InterruptionFilter.absoluteTimeRange()
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
AbsoluteTimeRange |
TranscriptFilter.absoluteTimeRange()
A time range, set in seconds, between two points in the call.
|
AbsoluteTimeRange |
NonTalkTimeFilter.absoluteTimeRange()
An object you can use to specify a time range (in milliseconds) for when no one is talking.
|
| Modifier and Type | Method and Description |
|---|---|
SentimentFilter.Builder |
SentimentFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
The time range, measured in seconds, of the sentiment.
|
InterruptionFilter.Builder |
InterruptionFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when you'd want to find the interruption.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
A time range, set in seconds, between two points in the call.
|
NonTalkTimeFilter.Builder |
NonTalkTimeFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
An object you can use to specify a time range (in milliseconds) for when no one is talking.
|
Copyright © 2021. All rights reserved.