Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.MedicalTranscriptResultStream
-
Packages that use MedicalTranscriptResultStream Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalTranscriptResultStream in software.amazon.awssdk.services.transcribestreaming.model
Classes in software.amazon.awssdk.services.transcribestreaming.model that implement MedicalTranscriptResultStream Modifier and Type Class Description classMedicalTranscriptEventTheMedicalTranscriptEventassociated with aMedicalTranscriptResultStream.Fields in software.amazon.awssdk.services.transcribestreaming.model declared as MedicalTranscriptResultStream Modifier and Type Field Description static MedicalTranscriptResultStreamMedicalTranscriptResultStream. UNKNOWNSpecial type ofMedicalTranscriptResultStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalTranscriptResultStream Modifier and Type Method Description default voidStartMedicalStreamTranscriptionResponseHandler.Visitor. visitDefault(MedicalTranscriptResultStream event)A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type MedicalTranscriptResultStream Modifier and Type Method Description StartMedicalStreamTranscriptionResponseHandler.Visitor.BuilderStartMedicalStreamTranscriptionResponseHandler.Visitor.Builder. onDefault(Consumer<MedicalTranscriptResultStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited.
-