Class TranslationQualityEstimationConstants
Defines constants for TQE metadata in Binlingual API content
Inherited Members
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 |