| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
List<IssueDetected> |
UtteranceEvent.issuesDetected()
Provides the issue that was detected in the specified segment.
|
| Modifier and Type | Method and Description |
|---|---|
UtteranceEvent.Builder |
UtteranceEvent.Builder.issuesDetected(IssueDetected... issuesDetected)
Provides the issue that was detected in the specified segment.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.issuesDetected(IssueDetected... issuesDetected) |
| Modifier and Type | Method and Description |
|---|---|
UtteranceEvent.Builder |
UtteranceEvent.Builder.issuesDetected(Collection<IssueDetected> issuesDetected)
Provides the issue that was detected in the specified segment.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.issuesDetected(Collection<IssueDetected> issuesDetected) |
Copyright © 2023. All rights reserved.