Class TranslationModelDetails
Inheritance
TranslationModelDetails
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class TranslationModelDetails
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 DateTime? ModelDate { get; set; }
Property Value
ModelType
Declaration
public TranslationModelTypes ModelType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SampleCount
Declaration
public int SampleCount { get; set; }
Property Value
SourceCulture
Declaration
public CultureCode SourceCulture { get; set; }
Property Value
TargetCulture
Declaration
public CultureCode TargetCulture { get; set; }
Property Value
Version
Declaration
public int Version { get; set; }
Property Value