Click or drag to resize

TranslationModel Class

Language model data class.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2TranslationModel

Namespace:  IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v2
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TranslationModel

The TranslationModel type exposes the following members.

Constructors
  NameDescription
Public methodTranslationModel
Initializes a new instance of the TranslationModel class
Top
Properties
  NameDescription
Public propertybase_model_id
The model of which this model was based.
Public propertycustomizable
Is this model customizable?
Public propertydefault
Is this model default.
Public propertydomain
The domain of the language model.
Public propertymodel_id
The language model ID.
Public propertyname
The name of the language model.
Public propertyowner
Who is the owner of this model.
Public propertysource
The source language ID.
Public propertystatus
What is the status of this model.
Public propertytarget
The target language ID.
Top
See Also