| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Operations and objects for transcribing speech to text.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMedicalVocabularyResult> |
AmazonTranscribeAsync.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest createMedicalVocabularyRequest,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler)
Creates a new custom medical vocabulary.
|
Future<CreateMedicalVocabularyResult> |
AbstractAmazonTranscribeAsync.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler) |
Future<CreateMedicalVocabularyResult> |
AmazonTranscribeAsyncClient.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.clone() |
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withLanguageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withTags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create
the new vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withTags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create
the new vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location (URI) of the text file that contains your custom vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withVocabularyName(String vocabularyName)
The name of your new vocabulary.
|
Copyright © 2022. All rights reserved.