Uses of Interface
software.amazon.awssdk.services.transcribestreaming.TranscribeStreamingBaseClientBuilder
-
Packages that use TranscribeStreamingBaseClientBuilder Package Description software.amazon.awssdk.services.transcribestreaming Amazon Transcribe streaming offers four main types of real-time transcription: Standard, Medical, Call Analytics, and Health Scribe. -
-
Uses of TranscribeStreamingBaseClientBuilder in software.amazon.awssdk.services.transcribestreaming
Classes in software.amazon.awssdk.services.transcribestreaming with type parameters of type TranscribeStreamingBaseClientBuilder Modifier and Type Interface Description interfaceTranscribeStreamingBaseClientBuilder<B extends TranscribeStreamingBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Transcribe Streaming Service that is supported by bothTranscribeStreamingClientBuilderandTranscribeStreamingAsyncClientBuilder.Subinterfaces of TranscribeStreamingBaseClientBuilder in software.amazon.awssdk.services.transcribestreaming Modifier and Type Interface Description interfaceTranscribeStreamingAsyncClientBuilderA builder for creating an instance ofTranscribeStreamingAsyncClient.
-