Class: Aws::TranscribeService::Types::UpdateMedicalVocabularyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

The language code that represents the language of the entries in the custom vocabulary you want to update. US English (‘en-US`) is the only language supported with Amazon Transcribe Medical.

Returns:

  • (String)


4930
4931
4932
4933
4934
4935
4936
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4930

class UpdateMedicalVocabularyRequest < Struct.new(
  :vocabulary_name,
  :language_code,
  :vocabulary_file_uri)
  SENSITIVE = []
  include Aws::Structure
end

#vocabulary_file_uriString

The Amazon S3 location of the text file that contains your custom medical vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you’re calling.

Here’s an example URI path: ‘s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt`

Returns:

  • (String)


4930
4931
4932
4933
4934
4935
4936
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4930

class UpdateMedicalVocabularyRequest < Struct.new(
  :vocabulary_name,
  :language_code,
  :vocabulary_file_uri)
  SENSITIVE = []
  include Aws::Structure
end

#vocabulary_nameString

The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case sensitive.

Returns:

  • (String)


4930
4931
4932
4933
4934
4935
4936
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4930

class UpdateMedicalVocabularyRequest < Struct.new(
  :vocabulary_name,
  :language_code,
  :vocabulary_file_uri)
  SENSITIVE = []
  include Aws::Structure
end