Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.UtteranceEvent
-
-
Uses of UtteranceEvent in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return UtteranceEvent Modifier and Type Method Description UtteranceEventUtteranceEvent.BuilderImpl. build()UtteranceEventUtteranceEvent. copy(Consumer<? super UtteranceEvent.Builder> modifier)Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type UtteranceEvent Modifier and Type Method Description default voidStartCallAnalyticsStreamTranscriptionResponseHandler.Visitor. visitUtteranceEvent(UtteranceEvent event)Invoked when aUtteranceEventis encountered.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type UtteranceEvent Modifier and Type Method Description StartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.BuilderStartCallAnalyticsStreamTranscriptionResponseHandler.Visitor.Builder. onUtteranceEvent(Consumer<UtteranceEvent> c)Callback to invoke when aUtteranceEventis visited.Constructors in software.amazon.awssdk.services.transcribestreaming.model with parameters of type UtteranceEvent Constructor Description BuilderImpl(UtteranceEvent model) -
Uses of UtteranceEvent in software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream
Subclasses of UtteranceEvent in software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream Modifier and Type Class Description classDefaultUtteranceEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.UtteranceEventthat represents theCallAnalyticsTranscriptResultStream$UtteranceEventevent.
-