class Aws::TranscribeService::Types::UpdateMedicalVocabularyRequest
@note When making an API call, you may pass UpdateMedicalVocabularyRequest
data as a hash: { vocabulary_name: "VocabularyName", # required language_code: "af-ZA", # required, accepts 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, zh-TW, th-TH, en-ZA, en-NZ vocabulary_file_uri: "Uri", }
@!attribute [rw] vocabulary_name
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 `ConflictException` error. @return [String]
@!attribute [rw] language_code
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. @return [String]
@!attribute [rw] vocabulary_file_uri
The location in Amazon S3 of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI: ` https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey> ` For example: `https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt` For more information about Amazon S3 object names, see [Object Keys][1] in the *Amazon S3 Developer Guide*. For more information about custom vocabularies in Amazon Transcribe Medical, see [Medical Custom Vocabularies][2]. [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys [2]: https://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary @return [String]
@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/UpdateMedicalVocabularyRequest AWS API Documentation
Constants
- SENSITIVE