Uses of Interface
software.amazon.awssdk.services.transcribe.model.UpdateMedicalVocabularyRequest.Builder
-
Packages that use UpdateMedicalVocabularyRequest.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 UpdateMedicalVocabularyRequest.Builder in software.amazon.awssdk.services.transcribe
Method parameters in software.amazon.awssdk.services.transcribe with type arguments of type UpdateMedicalVocabularyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateMedicalVocabularyResponse>TranscribeAsyncClient. updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)Updates an existing custom medical vocabulary with new values.default UpdateMedicalVocabularyResponseTranscribeClient. updateMedicalVocabulary(Consumer<UpdateMedicalVocabularyRequest.Builder> updateMedicalVocabularyRequest)Updates an existing custom medical vocabulary with new values. -
Uses of UpdateMedicalVocabularyRequest.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return UpdateMedicalVocabularyRequest.Builder Modifier and Type Method Description static UpdateMedicalVocabularyRequest.BuilderUpdateMedicalVocabularyRequest. builder()UpdateMedicalVocabularyRequest.BuilderUpdateMedicalVocabularyRequest.Builder. languageCode(String languageCode)The language code that represents the language of the entries in the custom vocabulary you want to update.UpdateMedicalVocabularyRequest.BuilderUpdateMedicalVocabularyRequest.Builder. languageCode(LanguageCode languageCode)The language code that represents the language of the entries in the custom vocabulary you want to update.UpdateMedicalVocabularyRequest.BuilderUpdateMedicalVocabularyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMedicalVocabularyRequest.BuilderUpdateMedicalVocabularyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateMedicalVocabularyRequest.BuilderUpdateMedicalVocabularyRequest. toBuilder()UpdateMedicalVocabularyRequest.BuilderUpdateMedicalVocabularyRequest.Builder. vocabularyFileUri(String vocabularyFileUri)The Amazon S3 location of the text file that contains your custom medical vocabulary.UpdateMedicalVocabularyRequest.BuilderUpdateMedicalVocabularyRequest.Builder. vocabularyName(String vocabularyName)The name of the custom medical vocabulary you want to update.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type UpdateMedicalVocabularyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateMedicalVocabularyRequest.Builder>UpdateMedicalVocabularyRequest. serializableBuilderClass()
-