Uses of Interface
software.amazon.awssdk.services.transcribe.TranscribeBaseClientBuilder
-
Packages that use TranscribeBaseClientBuilder Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of TranscribeBaseClientBuilder in software.amazon.awssdk.services.transcribe
Classes in software.amazon.awssdk.services.transcribe with type parameters of type TranscribeBaseClientBuilder Modifier and Type Interface Description interfaceTranscribeBaseClientBuilder<B extends TranscribeBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Transcribe Service that is supported by bothTranscribeClientBuilderandTranscribeAsyncClientBuilder.Subinterfaces of TranscribeBaseClientBuilder in software.amazon.awssdk.services.transcribe Modifier and Type Interface Description interfaceTranscribeAsyncClientBuilderA builder for creating an instance ofTranscribeAsyncClient.interfaceTranscribeClientBuilderA builder for creating an instance ofTranscribeClient.
-