Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.TranscriptEvent.Builder
-
Packages that use TranscriptEvent.Builder Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of TranscriptEvent.Builder in software.amazon.awssdk.services.transcribestreaming.model
Classes in software.amazon.awssdk.services.transcribestreaming.model that implement TranscriptEvent.Builder Modifier and Type Class Description protected static classTranscriptEvent.BuilderImplMethods in software.amazon.awssdk.services.transcribestreaming.model that return TranscriptEvent.Builder Modifier and Type Method Description static TranscriptEvent.BuilderTranscriptEvent. builder()TranscriptEvent.BuilderTranscriptEvent. toBuilder()default TranscriptEvent.BuilderTranscriptEvent.Builder. transcript(Consumer<Transcript.Builder> transcript)ContainsResults, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.TranscriptEvent.BuilderTranscriptEvent.Builder. transcript(Transcript transcript)ContainsResults, which contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.TranscriptEvent.BuilderTranscriptEvent.BuilderImpl. transcript(Transcript transcript)static TranscriptEvent.BuilderTranscriptResultStream. 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 TranscriptEvent.Builder Modifier and Type Method Description static Class<? extends TranscriptEvent.Builder>TranscriptEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type TranscriptEvent.Builder Modifier and Type Method Description TranscriptEventTranscriptEvent. copy(Consumer<? super TranscriptEvent.Builder> modifier)
-