| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange |
TranscriptFilter.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.
|
AbsoluteTimeRange |
SentimentFilter.absoluteTimeRange()
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the
specified sentiments.
|
AbsoluteTimeRange |
InterruptionFilter.absoluteTimeRange()
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
AbsoluteTimeRange |
NonTalkTimeFilter.absoluteTimeRange()
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for a period
of silence.
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(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.
|
SentimentFilter.Builder |
SentimentFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for the
specified sentiments.
|
InterruptionFilter.Builder |
InterruptionFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Allows you to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
NonTalkTimeFilter.Builder |
NonTalkTimeFilter.Builder.absoluteTimeRange(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.
|
Copyright © 2022. All rights reserved.