public sealed class TranslationEvaluationMetrics : IMessage<TranslationEvaluationMetrics>, IEquatable<TranslationEvaluationMetrics>, IDeepCloneable<TranslationEvaluationMetrics>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of `TranslationEvaluationMetrics` is 3.4.0, while the currently detailed documentation is for version 3.0.0, with multiple other versions available, ranging from 2.2.0 to 3.3.0."],["`TranslationEvaluationMetrics` is a class used to represent the evaluation metrics for a translation dataset, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TranslationEvaluationMetrics` class includes two constructors, one default and one that accepts another `TranslationEvaluationMetrics` object as a parameter."],["It exposes two key properties: `BaseBleuScore` and `BleuScore`, both of which are output-only `double` values representing BLEU scores for the base model and the overall score, respectively."]]],[]]