| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateVocabularyResponse> |
TranscribeAsyncClient.createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary.
|
default CreateVocabularyResponse |
TranscribeClient.createVocabulary(Consumer<CreateVocabularyRequest.Builder> createVocabularyRequest)
Creates a new custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateVocabularyRequest.Builder |
CreateVocabularyRequest.builder() |
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that
contains your input files (in this case, your custom vocabulary).
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.phrases(Collection<String> phrases)
Use this parameter if you want to create your custom vocabulary by including all desired terms, as
comma-separated values, within your request.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.phrases(String... phrases)
Use this parameter if you want to create your custom vocabulary by including all desired terms, as
comma-separated values, within your request.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time
you create this new custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time
you create this new custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Tag... tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time
you create this new custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.toBuilder() |
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.vocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file that contains your custom vocabulary.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.vocabularyName(String vocabularyName)
A unique name, chosen by you, for your new custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateVocabularyRequest.Builder> |
CreateVocabularyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.