Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel Class Reference

Language model data class. More...

Properties

string model_id [get, set]
 The language model ID. More...
 
string name [get, set]
 The name of the language model. More...
 
string source [get, set]
 The source language ID. More...
 
string target [get, set]
 The target language ID. More...
 
string base_model_id [get, set]
 The model of which this model was based. More...
 
string domain [get, set]
 The domain of the language model. More...
 
bool customizable [get, set]
 Is this model customizable? More...
 
bool default [get, set]
 Is this model default. More...
 
string owner [get, set]
 Who is the owner of this model. More...
 
string status [get, set]
 What is the status of this model. More...
 

Detailed Description

Language model data class.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.base_model_id
getset

The model of which this model was based.

bool IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.customizable
getset

Is this model customizable?

bool IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.default
getset

Is this model default.

string IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.domain
getset

The domain of the language model.

string IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.model_id
getset

The language model ID.

string IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.name
getset

The name of the language model.

string IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.owner
getset

Who is the owner of this model.

string IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.source
getset

The source language ID.

string IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.status
getset

What is the status of this model.

string IBM.Watson.DeveloperCloud.Services.LanguageTranslation.v2.TranslationModel.target
getset

The target language ID.


The documentation for this class was generated from the following file: