Search Results for

    Show / Hide Table of Contents

    Class TranslationQualityEstimation

    Model for persisting TQE(Translation Quality Estimation) information

    Inheritance
    System.Object
    TranslationQualityEstimation
    Namespace: Sdl.Core.Bcm.BcmModel
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public class TranslationQualityEstimation : Object

    Constructors

    TranslationQualityEstimation()

    Declaration
    public TranslationQualityEstimation()

    Properties

    Description

    Stores a description which is generated by the system generating the TQE data

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

    EvaluatedAt

    Stores the UTC date and time when the evaluation took place

    Declaration
    public DateTime EvaluatedAt { get; set; }
    Property Value
    Type Description
    System.DateTime

    Model

    Stores the model used for the estimation, - e.g. daVinci, bedrock

    Declaration
    public string Model { get; set; }
    Property Value
    Type Description
    System.String

    Score

    Stores the score of this estimation (0-100)

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

    System

    Stores the system which originated this data - e.g. lw-evolve

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

    Methods

    Equals(Object)

    Equals override

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    GetHashCodd override

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    On this page

    Back to top Generated by DocFX