| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentFilter |
SentimentFilter.clone() |
SentimentFilter |
Rule.getSentimentFilter()
Flag the presence or absence of specific sentiments in your Call Analytics transcription output.
|
SentimentFilter |
SentimentFilter.withAbsoluteTimeRange(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.
|
SentimentFilter |
SentimentFilter.withNegate(Boolean negate)
Set to
TRUE to flag the sentiments that you didn't include in your request. |
SentimentFilter |
SentimentFilter.withParticipantRole(ParticipantRole participantRole)
Specify the participant that you want to flag.
|
SentimentFilter |
SentimentFilter.withParticipantRole(String participantRole)
Specify the participant that you want to flag.
|
SentimentFilter |
SentimentFilter.withRelativeTimeRange(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.
|
SentimentFilter |
SentimentFilter.withSentiments(Collection<String> sentiments)
Specify the sentiments that you want to flag.
|
SentimentFilter |
SentimentFilter.withSentiments(SentimentValue... sentiments)
Specify the sentiments that you want to flag.
|
SentimentFilter |
SentimentFilter.withSentiments(String... sentiments)
Specify the sentiments that you want to flag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setSentimentFilter(SentimentFilter sentimentFilter)
Flag the presence or absence of specific sentiments in your Call Analytics transcription output.
|
Rule |
Rule.withSentimentFilter(SentimentFilter sentimentFilter)
Flag the presence or absence of specific sentiments in your Call Analytics transcription output.
|
Copyright © 2025. All rights reserved.