TranslationModel Class |
Namespace: IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2
public class TranslationModel
The TranslationModel type exposes the following members.
| Name | Description | |
|---|---|---|
| TranslationModel | Initializes a new instance of the TranslationModel class |
| Name | Description | |
|---|---|---|
| base_model_id |
The model of which this model was based.
| |
| customizable |
Is this model customizable?
| |
| default |
Is this model default.
| |
| domain |
The domain of the language model.
| |
| model_id |
The language model ID.
| |
| name |
The name of the language model.
| |
| owner |
Who is the owner of this model.
| |
| source |
The source language ID.
| |
| status |
What is the status of this model.
| |
| target |
The target language ID.
|