Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSBoundingBoxMetricsEntry |
XPSBoundingBoxMetricsEntry.clone() |
XPSBoundingBoxMetricsEntry |
XPSBoundingBoxMetricsEntry.set(String fieldName,
Object value) |
XPSBoundingBoxMetricsEntry |
XPSBoundingBoxMetricsEntry.setConfidenceMetricsEntries(List<XPSBoundingBoxMetricsEntryConfidenceMetricsEntry> confidenceMetricsEntries)
Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99.
|
XPSBoundingBoxMetricsEntry |
XPSBoundingBoxMetricsEntry.setIouThreshold(Float iouThreshold)
The intersection-over-union threshold value used to compute this metrics entry.
|
XPSBoundingBoxMetricsEntry |
XPSBoundingBoxMetricsEntry.setMeanAveragePrecision(Float meanAveragePrecision)
The mean average precision.
|
Modifier and Type | Method and Description |
---|---|
List<XPSBoundingBoxMetricsEntry> |
XPSVideoObjectTrackingEvaluationMetrics.getBoundingBoxMetricsEntries()
Output only.
|
List<XPSBoundingBoxMetricsEntry> |
XPSImageObjectDetectionEvaluationMetrics.getBoundingBoxMetricsEntries()
The bounding boxes match metrics for each Intersection-over-union threshold
0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold
0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
|
Modifier and Type | Method and Description |
---|---|
XPSVideoObjectTrackingEvaluationMetrics |
XPSVideoObjectTrackingEvaluationMetrics.setBoundingBoxMetricsEntries(List<XPSBoundingBoxMetricsEntry> boundingBoxMetricsEntries)
Output only.
|
XPSImageObjectDetectionEvaluationMetrics |
XPSImageObjectDetectionEvaluationMetrics.setBoundingBoxMetricsEntries(List<XPSBoundingBoxMetricsEntry> boundingBoxMetricsEntries)
The bounding boxes match metrics for each Intersection-over-union threshold
0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold
0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
|
Copyright © 2011–2025 Google. All rights reserved.