| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMedicalVocabularyResult> |
AmazonTranscribeAsyncClient.createMedicalVocabularyAsync(CreateMedicalVocabularyRequest request,
AsyncHandler<CreateMedicalVocabularyRequest,CreateMedicalVocabularyResult> asyncHandler) |
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) |
| 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 custom tags, each in the form of a key:value pair, to a new custom medical vocabulary at the
time you create this new custom vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withTags(Tag... tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new custom medical vocabulary at the
time you create this new custom vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withVocabularyName(String vocabularyName)
A unique name, chosen by you, for your new custom medical vocabulary.
|
Copyright © 2024. All rights reserved.