Skip to main content

ITranscribeCreateLanguageModelResponse

Interface in AWS.Transcribe

Interface for CreateLanguageModel responses.

Ancestors

Properties

BaseModelName

property BaseModelName: string

The Amazon Transcribe standard language model, or base model, used to create your custom language model.

Valid values: NarrowBand | WideBand.

InputDataConfig

property InputDataConfig: ITranscribeInputDataConfig

Type: ITranscribeInputDataConfig

The location of the training data provided to create a new custom language model.

LanguageCode

property LanguageCode: string

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.

ModelName

property ModelName: string

The name of the custom language model.

ModelStatus

property ModelStatus: string

The status of the custom language model.

Valid values: IN_PROGRESS | FAILED | COMPLETED. When the status is COMPLETED, it is ready for use.