| Package | Description |
|---|---|
| com.amazonaws.services.connectcontactlens.model |
| Modifier and Type | Method and Description |
|---|---|
PointOfInterest |
PointOfInterest.clone() |
PointOfInterest |
PointOfInterest.withBeginOffsetMillis(Integer beginOffsetMillis)
The beginning offset in milliseconds where the category rule was detected.
|
PointOfInterest |
PointOfInterest.withEndOffsetMillis(Integer endOffsetMillis)
The ending offset in milliseconds where the category rule was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<PointOfInterest> |
CategoryDetails.getPointsOfInterest()
The section of audio where the category rule was detected.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryDetails |
CategoryDetails.withPointsOfInterest(PointOfInterest... pointsOfInterest)
The section of audio where the category rule was detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryDetails.setPointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
|
CategoryDetails |
CategoryDetails.withPointsOfInterest(Collection<PointOfInterest> pointsOfInterest)
The section of audio where the category rule was detected.
|
Copyright © 2024. All rights reserved.