Search Results for

    Show / Hide Table of Contents

    Class TranslationModelDetails

    Inheritance
    object
    TranslationModelDetails
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.FineGrainedAlignment
    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
    Type Description
    List<AlignableCorpusId>

    Id

    Declaration
    public TranslationModelId Id { get; set; }
    Property Value
    Type Description
    TranslationModelId

    ModelDate

    Declaration
    public DateTime? ModelDate { get; set; }
    Property Value
    Type Description
    DateTime?

    ModelType

    Declaration
    public TranslationModelTypes ModelType { get; set; }
    Property Value
    Type Description
    TranslationModelTypes

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SampleCount

    Declaration
    public int SampleCount { get; set; }
    Property Value
    Type Description
    int

    SourceCulture

    Declaration
    public CultureCode SourceCulture { get; set; }
    Property Value
    Type Description
    CultureCode

    TargetCulture

    Declaration
    public CultureCode TargetCulture { get; set; }
    Property Value
    Type Description
    CultureCode

    Version

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    int
    In this article
    • Constructors
      • TranslationModelDetails()
    • Properties
      • CorpusIds
      • Id
      • ModelDate
      • ModelType
      • Name
      • SampleCount
      • SourceCulture
      • TargetCulture
      • Version
    Back to top Generated by DocFX