Uses of Interface
software.amazon.awssdk.services.transcribe.model.GetMedicalVocabularyRequest.Builder
-
Packages that use GetMedicalVocabularyRequest.Builder Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics.software.amazon.awssdk.services.transcribe.model -
-
Uses of GetMedicalVocabularyRequest.Builder in software.amazon.awssdk.services.transcribe
Method parameters in software.amazon.awssdk.services.transcribe with type arguments of type GetMedicalVocabularyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMedicalVocabularyResponse>TranscribeAsyncClient. getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)Provides information about the specified custom medical vocabulary.default GetMedicalVocabularyResponseTranscribeClient. getMedicalVocabulary(Consumer<GetMedicalVocabularyRequest.Builder> getMedicalVocabularyRequest)Provides information about the specified custom medical vocabulary. -
Uses of GetMedicalVocabularyRequest.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return GetMedicalVocabularyRequest.Builder Modifier and Type Method Description static GetMedicalVocabularyRequest.BuilderGetMedicalVocabularyRequest. builder()GetMedicalVocabularyRequest.BuilderGetMedicalVocabularyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMedicalVocabularyRequest.BuilderGetMedicalVocabularyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMedicalVocabularyRequest.BuilderGetMedicalVocabularyRequest. toBuilder()GetMedicalVocabularyRequest.BuilderGetMedicalVocabularyRequest.Builder. vocabularyName(String vocabularyName)The name of the custom medical vocabulary you want information about.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type GetMedicalVocabularyRequest.Builder Modifier and Type Method Description static Class<? extends GetMedicalVocabularyRequest.Builder>GetMedicalVocabularyRequest. serializableBuilderClass()
-