| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
Rule |
Rule.withInterruptionFilter(InterruptionFilter interruptionFilter)
Flag the presence or absence of interruptions in your Call Analytics transcription output.
|
Rule |
Rule.withNonTalkTimeFilter(NonTalkTimeFilter nonTalkTimeFilter)
Flag the presence or absence of periods of silence 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.
|
Rule |
Rule.withTranscriptFilter(TranscriptFilter transcriptFilter)
Flag the presence or absence of specific words or phrases in your Call Analytics transcription output.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
CategoryProperties.getRules()
The rules used to define a Call Analytics category.
|
List<Rule> |
UpdateCallAnalyticsCategoryRequest.getRules()
The rules used for the updated Call Analytics category.
|
List<Rule> |
CreateCallAnalyticsCategoryRequest.getRules()
Rules define a Call Analytics category.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryProperties |
CategoryProperties.withRules(Rule... rules)
The rules used to define a Call Analytics category.
|
UpdateCallAnalyticsCategoryRequest |
UpdateCallAnalyticsCategoryRequest.withRules(Rule... rules)
The rules used for the updated Call Analytics category.
|
CreateCallAnalyticsCategoryRequest |
CreateCallAnalyticsCategoryRequest.withRules(Rule... rules)
Rules define a Call Analytics category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryProperties.setRules(Collection<Rule> rules)
The rules used to define a Call Analytics category.
|
void |
UpdateCallAnalyticsCategoryRequest.setRules(Collection<Rule> rules)
The rules used for the updated Call Analytics category.
|
void |
CreateCallAnalyticsCategoryRequest.setRules(Collection<Rule> rules)
Rules define a Call Analytics category.
|
CategoryProperties |
CategoryProperties.withRules(Collection<Rule> rules)
The rules used to define a Call Analytics category.
|
UpdateCallAnalyticsCategoryRequest |
UpdateCallAnalyticsCategoryRequest.withRules(Collection<Rule> rules)
The rules used for the updated Call Analytics category.
|
CreateCallAnalyticsCategoryRequest |
CreateCallAnalyticsCategoryRequest.withRules(Collection<Rule> rules)
Rules define a Call Analytics category.
|
Copyright © 2022. All rights reserved.