Uses of Interface
software.amazon.awssdk.services.transcribe.model.GetVocabularyRequest.Builder
-
Packages that use GetVocabularyRequest.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 GetVocabularyRequest.Builder in software.amazon.awssdk.services.transcribe
Method parameters in software.amazon.awssdk.services.transcribe with type arguments of type GetVocabularyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetVocabularyResponse>TranscribeAsyncClient. getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)Provides information about the specified custom vocabulary.default GetVocabularyResponseTranscribeClient. getVocabulary(Consumer<GetVocabularyRequest.Builder> getVocabularyRequest)Provides information about the specified custom vocabulary. -
Uses of GetVocabularyRequest.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return GetVocabularyRequest.Builder Modifier and Type Method Description static GetVocabularyRequest.BuilderGetVocabularyRequest. builder()GetVocabularyRequest.BuilderGetVocabularyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetVocabularyRequest.BuilderGetVocabularyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetVocabularyRequest.BuilderGetVocabularyRequest. toBuilder()GetVocabularyRequest.BuilderGetVocabularyRequest.Builder. vocabularyName(String vocabularyName)The name of the custom vocabulary you want information about.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type GetVocabularyRequest.Builder Modifier and Type Method Description static Class<? extends GetVocabularyRequest.Builder>GetVocabularyRequest. serializableBuilderClass()
-