| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
List<CallAnalyticsItem> |
UtteranceEvent.items()
Contains words, phrases, or punctuation marks that are associated with the specified
UtteranceEvent. |
| Modifier and Type | Method and Description |
|---|---|
UtteranceEvent.Builder |
UtteranceEvent.Builder.items(CallAnalyticsItem... items)
Contains words, phrases, or punctuation marks that are associated with the specified
UtteranceEvent. |
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.items(CallAnalyticsItem... items) |
| Modifier and Type | Method and Description |
|---|---|
UtteranceEvent.Builder |
UtteranceEvent.Builder.items(Collection<CallAnalyticsItem> items)
Contains words, phrases, or punctuation marks that are associated with the specified
UtteranceEvent. |
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.items(Collection<CallAnalyticsItem> items) |
Copyright © 2023. All rights reserved.