public sealed class TextExtractionEvaluationMetrics : IMessage<TextExtractionEvaluationMetrics>, IEquatable<TextExtractionEvaluationMetrics>, IDeepCloneable<TextExtractionEvaluationMetrics>, IBufferMessage, IMessage
Model evaluation metrics for text extraction problems.
[[["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-04-17 UTC."],[[["This webpage details the `TextExtractionEvaluationMetrics` class, which is used for model evaluation in text extraction tasks within the Google Cloud AutoML V1 library."],["The latest version documented is 3.4.0, but the content on this page specifically covers version 2.3.0 of the `TextExtractionEvaluationMetrics`, with links available to other versions."],["`TextExtractionEvaluationMetrics` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class includes properties such as `AuPrc` (Area under precision recall curve) and `ConfidenceMetricsEntries` for detailed output metrics with confidence thresholds."],["The page features two different constructors, one default, and one which takes another `TextExtractionEvaluationMetrics` object as a parameter."]]],[]]