Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.StartStreamTranscriptionResponseHandler.Visitor
-
Packages that use StartStreamTranscriptionResponseHandler.Visitor Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of StartStreamTranscriptionResponseHandler.Visitor in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return StartStreamTranscriptionResponseHandler.Visitor Modifier and Type Method Description StartStreamTranscriptionResponseHandler.VisitorStartStreamTranscriptionResponseHandler.Visitor.Builder. build()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type StartStreamTranscriptionResponseHandler.Visitor Modifier and Type Method Description voidTranscriptEvent. accept(StartStreamTranscriptionResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofTranscriptEvent.voidTranscriptResultStream. accept(StartStreamTranscriptionResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofTranscriptResultStream.StartStreamTranscriptionResponseHandler.BuilderStartStreamTranscriptionResponseHandler.Builder. subscriber(StartStreamTranscriptionResponseHandler.Visitor visitor)Sets the subscriber to thePublisherof events.
-