public final class XPSTrackMetricsEntry
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Natural Language API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
XPSTrackMetricsEntry() |
Modifier and Type | Method and Description |
---|---|
XPSTrackMetricsEntry |
clone() |
List<XPSTrackMetricsEntryConfidenceMetricsEntry> |
getConfidenceMetricsEntries()
Output only.
|
Float |
getIouThreshold()
Output only.
|
Float |
getMeanBoundingBoxIou()
Output only.
|
Float |
getMeanMismatchRate()
Output only.
|
Float |
getMeanTrackingAveragePrecision()
Output only.
|
XPSTrackMetricsEntry |
set(String fieldName,
Object value) |
XPSTrackMetricsEntry |
setConfidenceMetricsEntries(List<XPSTrackMetricsEntryConfidenceMetricsEntry> confidenceMetricsEntries)
Output only.
|
XPSTrackMetricsEntry |
setIouThreshold(Float iouThreshold)
Output only.
|
XPSTrackMetricsEntry |
setMeanBoundingBoxIou(Float meanBoundingBoxIou)
Output only.
|
XPSTrackMetricsEntry |
setMeanMismatchRate(Float meanMismatchRate)
Output only.
|
XPSTrackMetricsEntry |
setMeanTrackingAveragePrecision(Float meanTrackingAveragePrecision)
Output only.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<XPSTrackMetricsEntryConfidenceMetricsEntry> getConfidenceMetricsEntries()
null
for nonepublic XPSTrackMetricsEntry setConfidenceMetricsEntries(List<XPSTrackMetricsEntryConfidenceMetricsEntry> confidenceMetricsEntries)
confidenceMetricsEntries
- confidenceMetricsEntries or null
for nonepublic Float getIouThreshold()
null
for nonepublic XPSTrackMetricsEntry setIouThreshold(Float iouThreshold)
iouThreshold
- iouThreshold or null
for nonepublic Float getMeanBoundingBoxIou()
null
for nonepublic XPSTrackMetricsEntry setMeanBoundingBoxIou(Float meanBoundingBoxIou)
meanBoundingBoxIou
- meanBoundingBoxIou or null
for nonepublic Float getMeanMismatchRate()
null
for nonepublic XPSTrackMetricsEntry setMeanMismatchRate(Float meanMismatchRate)
meanMismatchRate
- meanMismatchRate or null
for nonepublic Float getMeanTrackingAveragePrecision()
null
for nonepublic XPSTrackMetricsEntry setMeanTrackingAveragePrecision(Float meanTrackingAveragePrecision)
meanTrackingAveragePrecision
- meanTrackingAveragePrecision or null
for nonepublic XPSTrackMetricsEntry set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSTrackMetricsEntry clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.