Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeTranscriptEvent
-
-
Uses of MedicalScribeTranscriptEvent in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return MedicalScribeTranscriptEvent Modifier and Type Method Description MedicalScribeTranscriptEventMedicalScribeTranscriptEvent.BuilderImpl. build()MedicalScribeTranscriptEventMedicalScribeTranscriptEvent. copy(Consumer<? super MedicalScribeTranscriptEvent.Builder> modifier)Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalScribeTranscriptEvent Modifier and Type Method Description default voidStartMedicalScribeStreamResponseHandler.Visitor. visitTranscriptEvent(MedicalScribeTranscriptEvent event)Invoked when aMedicalScribeTranscriptEventis encountered.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type MedicalScribeTranscriptEvent Modifier and Type Method Description StartMedicalScribeStreamResponseHandler.Visitor.BuilderStartMedicalScribeStreamResponseHandler.Visitor.Builder. onTranscriptEvent(Consumer<MedicalScribeTranscriptEvent> c)Callback to invoke when aMedicalScribeTranscriptEventis visited.Constructors in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalScribeTranscriptEvent Constructor Description BuilderImpl(MedicalScribeTranscriptEvent model) -
Uses of MedicalScribeTranscriptEvent in software.amazon.awssdk.services.transcribestreaming.model.medicalscriberesultstream
Subclasses of MedicalScribeTranscriptEvent in software.amazon.awssdk.services.transcribestreaming.model.medicalscriberesultstream Modifier and Type Class Description classDefaultTranscriptEventA specialization ofsoftware.amazon.awssdk.services.transcribestreaming.model.MedicalScribeTranscriptEventthat represents theMedicalScribeResultStream$TranscriptEventevent.
-