Search Results for

    Show / Hide Table of Contents

    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()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class TranslationModelDetails

    Constructors

    TranslationModelDetails()

    Declaration
    public TranslationModelDetails()

    Properties

    AccountId

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

    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
    Nullable<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
    Int32

    SourceCulture

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

    TargetCulture

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

    TranslationModelId

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

    UseSharedSchema

    Declaration
    public bool UseSharedSchema { get; set; }
    Property Value
    Type Description
    Boolean

    Version

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