Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeResultStream
-
-
Uses of MedicalScribeResultStream in software.amazon.awssdk.services.transcribestreaming.model
Classes in software.amazon.awssdk.services.transcribestreaming.model that implement MedicalScribeResultStream Modifier and Type Class Description classMedicalScribeTranscriptEventThe event associated withMedicalScribeResultStream.Fields in software.amazon.awssdk.services.transcribestreaming.model declared as MedicalScribeResultStream Modifier and Type Field Description static MedicalScribeResultStreamMedicalScribeResultStream. UNKNOWNSpecial type ofMedicalScribeResultStreamfor 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 MedicalScribeResultStream Modifier and Type Method Description default voidStartMedicalScribeStreamResponseHandler.Visitor. visitDefault(MedicalScribeResultStream 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 MedicalScribeResultStream Modifier and Type Method Description StartMedicalScribeStreamResponseHandler.Visitor.BuilderStartMedicalScribeStreamResponseHandler.Visitor.Builder. onDefault(Consumer<MedicalScribeResultStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of MedicalScribeResultStream in software.amazon.awssdk.services.transcribestreaming.model.medicalscriberesultstream
Classes in software.amazon.awssdk.services.transcribestreaming.model.medicalscriberesultstream that implement MedicalScribeResultStream Modifier and Type Class Description classDefaultTranscriptEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.MedicalScribeTranscriptEventthat represents theMedicalScribeResultStream$TranscriptEventevent.
-