| Package | Description |
|---|---|
| com.amazonaws.services.connectcontactlens.model |
| Modifier and Type | Method and Description |
|---|---|
IssueDetected |
IssueDetected.clone() |
IssueDetected |
IssueDetected.withCharacterOffsets(CharacterOffsets characterOffsets)
The offset for when the issue was detected in the segment.
|
| Modifier and Type | Method and Description |
|---|---|
List<IssueDetected> |
Transcript.getIssuesDetected()
List of positions where issues were detected on the transcript.
|
| Modifier and Type | Method and Description |
|---|---|
Transcript |
Transcript.withIssuesDetected(IssueDetected... issuesDetected)
List of positions where issues were detected on the transcript.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transcript.setIssuesDetected(Collection<IssueDetected> issuesDetected)
List of positions where issues were detected on the transcript.
|
Transcript |
Transcript.withIssuesDetected(Collection<IssueDetected> issuesDetected)
List of positions where issues were detected on the transcript.
|
Copyright © 2021. All rights reserved.