Class: Google::Cloud::DocumentAI::V1beta3::Evaluation::ConfidenceLevelMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::Evaluation::ConfidenceLevelMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/evaluation.rb
Overview
Evaluations metrics, at a specific confidence level.
Instance Attribute Summary collapse
-
#confidence_level ⇒ ::Float
The confidence level.
-
#metrics ⇒ ::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics
The metrics at the specific confidence level.
Instance Attribute Details
#confidence_level ⇒ ::Float
Returns The confidence level.
136 137 138 139 |
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 136 class ConfidenceLevelMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metrics ⇒ ::Google::Cloud::DocumentAI::V1beta3::Evaluation::Metrics
Returns The metrics at the specific confidence level.
136 137 138 139 |
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 136 class ConfidenceLevelMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |