AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateMedicalVocabulary operation. Creates a new custom medical vocabulary.
Before creating a new custom medical vocabulary, you must first upload a text file
that contains your vocabulary table into an Amazon S3 bucket. Note that this differs
from , where you can include a list of terms within your request using the Phrases
flag; CreateMedicalVocabulary
does not support the Phrases
flag and
only accepts vocabularies in table format.
Each language has a character set that contains all allowed characters for that specific language. If you use unsupported characters, your custom vocabulary request fails. Refer to Character Sets for Custom Vocabularies to get the character set for your language.
For more information, see Custom vocabularies.
Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public class CreateMedicalVocabularyRequest : AmazonTranscribeServiceRequest IAmazonWebServiceRequest
The CreateMedicalVocabularyRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateMedicalVocabularyRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
LanguageCode | Amazon.TranscribeService.LanguageCode |
Gets and sets the property LanguageCode.
The language code that represents the language of the entries in your custom vocabulary.
US English ( |
![]() |
Tags | System.Collections.Generic.List<Amazon.TranscribeService.Model.Tag> |
Gets and sets the property 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. To learn more about using tags with Amazon Transcribe, refer to Tagging resources. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
VocabularyFileUri | System.String |
Gets and sets the property VocabularyFileUri. The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary. The URI must be in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: |
![]() |
VocabularyName | System.String |
Gets and sets the property VocabularyName. A unique name, chosen by you, for your new custom medical vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon
Web Services account. If you try to create a new custom medical vocabulary with the
same name as an existing custom medical vocabulary, you get a |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer