Class TranslationModelDetails
Inheritance
System.Object
TranslationModelDetails
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class TranslationModelDetails : Object
Constructors
TranslationModelDetails()
Declaration
public TranslationModelDetails()
Properties
CorpusIds
Declaration
public List<AlignableCorpusId> CorpusIds { get; set; }
Property Value
Id
Declaration
public TranslationModelId Id { get; set; }
Property Value
ModelDate
Declaration
public Nullable<DateTime> ModelDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ModelType
Declaration
public TranslationModelTypes ModelType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SampleCount
Declaration
public int SampleCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SourceCulture
Declaration
public CultureCode SourceCulture { get; set; }
Property Value
Type |
Description |
Sdl.Core.Globalization.CultureCode |
|
TargetCulture
Declaration
public CultureCode TargetCulture { get; set; }
Property Value
Type |
Description |
Sdl.Core.Globalization.CultureCode |
|
Version
Declaration
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|