| Package | Description |
|---|---|
| com.amazonaws.services.connectcontactlens.model |
| Modifier and Type | Method and Description |
|---|---|
CategoryDetails |
CategoryDetails.clone() |
CategoryDetails |
CategoryDetails.withPointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
|
CategoryDetails |
CategoryDetails.withPointsOfInterest(PointOfInterest... pointsOfInterest)
The section of audio where the category rule was detected.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CategoryDetails> |
Categories.getMatchedDetails()
The category rule that was matched and when it occurred in the transcript.
|
| Modifier and Type | Method and Description |
|---|---|
Categories |
Categories.addMatchedDetailsEntry(String key,
CategoryDetails value)
Add a single MatchedDetails entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Categories.setMatchedDetails(Map<String,CategoryDetails> matchedDetails)
The category rule that was matched and when it occurred in the transcript.
|
Categories |
Categories.withMatchedDetails(Map<String,CategoryDetails> matchedDetails)
The category rule that was matched and when it occurred in the transcript.
|
Copyright © 2023. All rights reserved.