public enum Evaluation.MultiConfidenceMetrics.MetricsType extends Enum<Evaluation.MultiConfidenceMetrics.MetricsType> implements ProtocolMessageEnumA type that determines how metrics should be interpreted.
Protobuf enum
google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics.MetricsType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| AGGREGATE | Indicates whether metrics for this particular label type represent an aggregate of metrics for other types instead of being based on actual TP/FP/FN values for the label type. Metrics for parent (i.e., non-leaf) entity types are an aggregate of metrics for their children. |
| AGGREGATE_VALUE | Indicates whether metrics for this particular label type represent an aggregate of metrics for other types instead of being based on actual TP/FP/FN values for the label type. Metrics for parent (i.e., non-leaf) entity types are an aggregate of metrics for their children. |
| METRICS_TYPE_UNSPECIFIED | The metrics type is unspecified. By default, metrics without a particular specification are for leaf entity types (i.e., top-level entity types without child types, or child types which are not parent types themselves). |
| METRICS_TYPE_UNSPECIFIED_VALUE | The metrics type is unspecified. By default, metrics without a particular specification are for leaf entity types (i.e., top-level entity types without child types, or child types which are not parent types themselves). |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |