ITranscribeCreateLanguageModelRequest
Interface in AWS.Transcribe
Interface for CreateLanguageModel requests.
Ancestors
Properties
BaseModelName
property BaseModelName: string
Specify the Amazon Transcribe standard language model, or base model, used to create your custom language model.
Amazon Transcribe provides two options for base models: NarrowBand and WideBand. If the audio you want to transcribe has a sample rate of 16,000Hz or greater, choose WideBand. Otherwise, choose NarrowBand.
InputDataConfig
property InputDataConfig: ITranscribeInputDataConfig
Type: ITranscribeInputDataConfig
Specify the location of the training data to use to create a new custom language model.
LanguageCode
property LanguageCode: string
Specify the language code that represents the language of your model.
Valid values: en-US | hi-IN | es-US | en-GB | en-AU | de-DE | ja-JP. Note that US English (en-US) is the only language supported with Amazon Transcribe Medical.
ModelName
property ModelName: string
Specify a unique name for your custom language model.
Tags
property Tags: TList<ITranscribeTag>
Type: ITranscribeTag
Specify a list of tags to associate with the new custom language model.
Methods
AddTag
function AddTag(const AKey, AValue: string): Integer;
Add a key-value pair to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify a key for the tag. |
AValue | Specify a value for the tag. |
Returns
Returns the index of the tag added to Tags.