Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.CallAnalyticsItem
-
Packages that use CallAnalyticsItem Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of CallAnalyticsItem in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type CallAnalyticsItem Modifier and Type Method Description List<CallAnalyticsItem>UtteranceEvent. items()Contains words, phrases, or punctuation marks that are associated with the specifiedUtteranceEvent.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type CallAnalyticsItem Modifier and Type Method Description UtteranceEvent.BuilderUtteranceEvent.Builder. items(CallAnalyticsItem... items)Contains words, phrases, or punctuation marks that are associated with the specifiedUtteranceEvent.UtteranceEvent.BuilderUtteranceEvent.BuilderImpl. items(CallAnalyticsItem... items)Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type CallAnalyticsItem Modifier and Type Method Description UtteranceEvent.BuilderUtteranceEvent.Builder. items(Collection<CallAnalyticsItem> items)Contains words, phrases, or punctuation marks that are associated with the specifiedUtteranceEvent.UtteranceEvent.BuilderUtteranceEvent.BuilderImpl. items(Collection<CallAnalyticsItem> items)
-