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."],[[["This webpage details the `TranslationEvaluationMetrics` class, which is used for evaluating the performance of translation models."],["The latest version of the `Google.Cloud.AutoML.V1` library is version 3.4.0, with the current page dedicated to version 2.2.0."],["`TranslationEvaluationMetrics` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties, `BaseBleuScore` and `BleuScore`, both of which are doubles and are output-only, representing BLEU scores."],["The class contains two public constructors: `TranslationEvaluationMetrics()` and `TranslationEvaluationMetrics(TranslationEvaluationMetrics other)`."]]],[]]