| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange |
InterruptionFilter.absoluteTimeRange()
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for an
interruption.
|
AbsoluteTimeRange |
TranscriptFilter.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.
|
AbsoluteTimeRange |
SentimentFilter.absoluteTimeRange()
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for
the specified sentiments.
|
AbsoluteTimeRange |
NonTalkTimeFilter.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.
|
| Modifier and Type | Method and Description |
|---|---|
InterruptionFilter.Builder |
InterruptionFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange)
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search
for an interruption.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(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.
|
SentimentFilter.Builder |
SentimentFilter.Builder.absoluteTimeRange(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.
|
NonTalkTimeFilter.Builder |
NonTalkTimeFilter.Builder.absoluteTimeRange(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.