Description Usage Arguments Value Request syntax
View source: R/transcribeservice_operations.R
Updates a vocabulary with new values that you provide in a different
text file from the one you used to create the vocabulary. The
update_medical_vocabulary
operation overwrites all of the existing information with the values
that you provide in the request.
1 2 | transcribeservice_update_medical_vocabulary(VocabularyName,
LanguageCode, VocabularyFileUri)
|
VocabularyName |
[required] The name of the vocabulary to update. The name is case sensitive. If you
try to update a vocabulary with the same name as a vocabulary you've
already made, you get a |
LanguageCode |
[required] The language code of the language used for the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical. |
VocabularyFileUri |
The location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The URI must be in the same AWS Region as the resource that you are calling. The following is the format for a URI:
For example:
For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies. |
A list with the following syntax:
1 2 3 4 5 6 7 8 | list(
VocabularyName = "string",
LanguageCode = "af-ZA"|"ar-AE"|"ar-SA"|"cy-GB"|"da-DK"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fa-IR"|"fr-CA"|"fr-FR"|"ga-IE"|"gd-GB"|"he-IL"|"hi-IN"|"id-ID"|"it-IT"|"ja-JP"|"ko-KR"|"ms-MY"|"nl-NL"|"pt-BR"|"pt-PT"|"ru-RU"|"ta-IN"|"te-IN"|"tr-TR"|"zh-CN",
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
VocabularyState = "PENDING"|"READY"|"FAILED"
)
|
1 2 3 4 5 | svc$update_medical_vocabulary(
VocabularyName = "string",
LanguageCode = "af-ZA"|"ar-AE"|"ar-SA"|"cy-GB"|"da-DK"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fa-IR"|"fr-CA"|"fr-FR"|"ga-IE"|"gd-GB"|"he-IL"|"hi-IN"|"id-ID"|"it-IT"|"ja-JP"|"ko-KR"|"ms-MY"|"nl-NL"|"pt-BR"|"pt-PT"|"ru-RU"|"ta-IN"|"te-IN"|"tr-TR"|"zh-CN",
VocabularyFileUri = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.