Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.TranscriptEvent
-
Packages that use TranscriptEvent Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of TranscriptEvent in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return TranscriptEvent Modifier and Type Method Description TranscriptEventTranscriptEvent.BuilderImpl. build()TranscriptEventTranscriptEvent. copy(Consumer<? super TranscriptEvent.Builder> modifier)Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type TranscriptEvent Modifier and Type Method Description default voidStartStreamTranscriptionResponseHandler.Visitor. visit(TranscriptEvent event)Invoked when aTranscriptEventis encountered.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type TranscriptEvent Modifier and Type Method Description StartStreamTranscriptionResponseHandler.Visitor.BuilderStartStreamTranscriptionResponseHandler.Visitor.Builder. onTranscriptEvent(Consumer<TranscriptEvent> c)Callback to invoke when aTranscriptEventis visited.Constructors in software.amazon.awssdk.services.transcribestreaming.model with parameters of type TranscriptEvent Constructor Description BuilderImpl(TranscriptEvent model)
-