Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.MedicalTranscriptEvent.Builder
-
Packages that use MedicalTranscriptEvent.Builder Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalTranscriptEvent.Builder in software.amazon.awssdk.services.transcribestreaming.model
Classes in software.amazon.awssdk.services.transcribestreaming.model that implement MedicalTranscriptEvent.Builder Modifier and Type Class Description protected static classMedicalTranscriptEvent.BuilderImplMethods in software.amazon.awssdk.services.transcribestreaming.model that return MedicalTranscriptEvent.Builder Modifier and Type Method Description static MedicalTranscriptEvent.BuilderMedicalTranscriptEvent. builder()MedicalTranscriptEvent.BuilderMedicalTranscriptEvent. toBuilder()default MedicalTranscriptEvent.BuilderMedicalTranscriptEvent.Builder. transcript(Consumer<MedicalTranscript.Builder> transcript)ContainsResults, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.MedicalTranscriptEvent.BuilderMedicalTranscriptEvent.Builder. transcript(MedicalTranscript transcript)ContainsResults, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.MedicalTranscriptEvent.BuilderMedicalTranscriptEvent.BuilderImpl. transcript(MedicalTranscript transcript)static MedicalTranscriptEvent.BuilderMedicalTranscriptResultStream. transcriptEventBuilder()Create a builder for theTranscriptEventevent type for this stream.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type MedicalTranscriptEvent.Builder Modifier and Type Method Description static Class<? extends MedicalTranscriptEvent.Builder>MedicalTranscriptEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type MedicalTranscriptEvent.Builder Modifier and Type Method Description MedicalTranscriptEventMedicalTranscriptEvent. copy(Consumer<? super MedicalTranscriptEvent.Builder> modifier)
-