Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.StartMedicalStreamTranscriptionResponseHandler.Visitor
-
Packages that use StartMedicalStreamTranscriptionResponseHandler.Visitor Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of StartMedicalStreamTranscriptionResponseHandler.Visitor in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return StartMedicalStreamTranscriptionResponseHandler.Visitor Modifier and Type Method Description StartMedicalStreamTranscriptionResponseHandler.VisitorStartMedicalStreamTranscriptionResponseHandler.Visitor.Builder. build()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type StartMedicalStreamTranscriptionResponseHandler.Visitor Modifier and Type Method Description voidMedicalTranscriptEvent. accept(StartMedicalStreamTranscriptionResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofMedicalTranscriptEvent.voidMedicalTranscriptResultStream. accept(StartMedicalStreamTranscriptionResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofMedicalTranscriptResultStream.StartMedicalStreamTranscriptionResponseHandler.BuilderStartMedicalStreamTranscriptionResponseHandler.Builder. subscriber(StartMedicalStreamTranscriptionResponseHandler.Visitor visitor)Sets the subscriber to thePublisherof events.
-