Search Results for

    Show / Hide Table of Contents

    Class TranslationQualityEstimationConstants

    Defines constants for TQE metadata in Binlingual API content

    Inheritance
    object
    TranslationQualityEstimationConstants
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.Bcm.BcmModel.Common
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public static class TranslationQualityEstimationConstants

    Fields

    TqeDescription

    TQE description - a machine generated description

    Declaration
    public const string TqeDescription = "tqe-description"
    Field Value
    Type Description
    string

    TqeEvaluatedAt

    Indicates the date and time in UTC that the TQE was evaluated at

    Declaration
    public const string TqeEvaluatedAt = "tqe-evaluated-at"
    Field Value
    Type Description
    string

    TqeModel

    Model used to evaluate TQE - e.g. daVinci, Bedrock

    Declaration
    public const string TqeModel = "tqe-model"
    Field Value
    Type Description
    string

    TqeScore

    Score of TQE evalutation - a value between 0 and 100 inclusive

    Declaration
    public const string TqeScore = "tqe-score"
    Field Value
    Type Description
    string

    TqeSystem

    System from which TQE originted - e.g. lw-mt

    Declaration
    public const string TqeSystem = "tqe-system"
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX