Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.TranscriptResultStream
-
Packages that use TranscriptResultStream Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of TranscriptResultStream in software.amazon.awssdk.services.transcribestreaming.model
Classes in software.amazon.awssdk.services.transcribestreaming.model that implement TranscriptResultStream Modifier and Type Class Description classTranscriptEventTheTranscriptEventassociated with aTranscriptResultStream.Fields in software.amazon.awssdk.services.transcribestreaming.model declared as TranscriptResultStream Modifier and Type Field Description static TranscriptResultStreamTranscriptResultStream. UNKNOWNSpecial type ofTranscriptResultStreamfor 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 TranscriptResultStream Modifier and Type Method Description default voidStartStreamTranscriptionResponseHandler.Visitor. visitDefault(TranscriptResultStream 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 TranscriptResultStream Modifier and Type Method Description StartStreamTranscriptionResponseHandler.Visitor.BuilderStartStreamTranscriptionResponseHandler.Visitor.Builder. onDefault(Consumer<TranscriptResultStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited.
-