public sealed class ConfidenceLevelMetrics : IMessage<Evaluation.Types.ConfidenceLevelMetrics>, IEquatable<Evaluation.Types.ConfidenceLevelMetrics>, IDeepCloneable<Evaluation.Types.ConfidenceLevelMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Evaluation.Types.ConfidenceLevelMetrics.
Evaluations metrics, at a specific confidence level.
[[["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 provides documentation for the `ConfidenceLevelMetrics` class within the Google Cloud Document AI v1 API, specifically for the .NET framework."],["The `ConfidenceLevelMetrics` class is used to represent evaluation metrics at a specific confidence level, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides links to various versions of the API, ranging from version 3.19.0 (latest) down to 1.0.0, as well as the current 3.6.0 the page is displaying, allowing developers to access historical documentation."],["The class has properties for `ConfidenceLevel`, a float value, and `Metrics`, which is an instance of `Evaluation.Types.Metrics` to access the metrics at the specified confidence."],["The class provides two constructors, one default, and the second that take another instance of `ConfidenceLevelMetrics` to construct the object."]]],[]]