Class TranslationModelDetails
Inheritance
Object
TranslationModelDetails
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class TranslationModelDetails
Constructors
TranslationModelDetails()
Declaration
public TranslationModelDetails()
Properties
AccountId
Declaration
public string AccountId { get; set; }
Property Value
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
Type |
Description |
Nullable<DateTime> |
|
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
TranslationModelId
Declaration
public Guid TranslationModelId { get; set; }
Property Value
UseSharedSchema
Declaration
public bool UseSharedSchema { get; set; }
Property Value
Version
Declaration
public int Version { get; set; }
Property Value