| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
RelativeTimeRange |
InterruptionFilter.relativeTimeRange()
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
an interruption.
|
RelativeTimeRange |
TranscriptFilter.relativeTimeRange()
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
the specified key words or phrases.
|
RelativeTimeRange |
SentimentFilter.relativeTimeRange()
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
the specified sentiments.
|
RelativeTimeRange |
NonTalkTimeFilter.relativeTimeRange()
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
a period of silence.
|
| Modifier and Type | Method and Description |
|---|---|
InterruptionFilter.Builder |
InterruptionFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search
for an interruption.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search
for the specified key words or phrases.
|
SentimentFilter.Builder |
SentimentFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search
for the specified sentiments.
|
NonTalkTimeFilter.Builder |
NonTalkTimeFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange)
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search
for a period of silence.
|
Copyright © 2023. All rights reserved.