Search Results for

    Show / Hide Table of Contents

    Class TranslationModelDetails

    Inheritance
    System.Object
    TranslationModelDetails
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.Collections.Generic.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
    System.Nullable<System.DateTime>

    ModelType

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

    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 CultureInfo SourceCulture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    TargetCulture

    Declaration
    public CultureInfo TargetCulture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    Version

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    System.Int32

    On this page

    • Constructors
      • TranslationModelDetails()
    • Properties
      • CorpusIds
      • Id
      • ModelDate
      • ModelType
      • Name
      • SampleCount
      • SourceCulture
      • TargetCulture
      • Version
    Back to top Generated by DocFX