public final class XPSTrackMetricsEntryConfidenceMetricsEntry
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 |
---|
XPSTrackMetricsEntryConfidenceMetricsEntry() |
Modifier and Type | Method and Description |
---|---|
XPSTrackMetricsEntryConfidenceMetricsEntry |
clone() |
Float |
getBoundingBoxIou()
Output only.
|
Float |
getConfidenceThreshold()
Output only.
|
Float |
getMismatchRate()
Output only.
|
Float |
getTrackingPrecision()
Output only.
|
Float |
getTrackingRecall()
Output only.
|
XPSTrackMetricsEntryConfidenceMetricsEntry |
set(String fieldName,
Object value) |
XPSTrackMetricsEntryConfidenceMetricsEntry |
setBoundingBoxIou(Float boundingBoxIou)
Output only.
|
XPSTrackMetricsEntryConfidenceMetricsEntry |
setConfidenceThreshold(Float confidenceThreshold)
Output only.
|
XPSTrackMetricsEntryConfidenceMetricsEntry |
setMismatchRate(Float mismatchRate)
Output only.
|
XPSTrackMetricsEntryConfidenceMetricsEntry |
setTrackingPrecision(Float trackingPrecision)
Output only.
|
XPSTrackMetricsEntryConfidenceMetricsEntry |
setTrackingRecall(Float trackingRecall)
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 XPSTrackMetricsEntryConfidenceMetricsEntry()
public Float getBoundingBoxIou()
null
for nonepublic XPSTrackMetricsEntryConfidenceMetricsEntry setBoundingBoxIou(Float boundingBoxIou)
boundingBoxIou
- boundingBoxIou or null
for nonepublic Float getConfidenceThreshold()
null
for nonepublic XPSTrackMetricsEntryConfidenceMetricsEntry setConfidenceThreshold(Float confidenceThreshold)
confidenceThreshold
- confidenceThreshold or null
for nonepublic Float getMismatchRate()
null
for nonepublic XPSTrackMetricsEntryConfidenceMetricsEntry setMismatchRate(Float mismatchRate)
mismatchRate
- mismatchRate or null
for nonepublic Float getTrackingPrecision()
null
for nonepublic XPSTrackMetricsEntryConfidenceMetricsEntry setTrackingPrecision(Float trackingPrecision)
trackingPrecision
- trackingPrecision or null
for nonepublic Float getTrackingRecall()
null
for nonepublic XPSTrackMetricsEntryConfidenceMetricsEntry setTrackingRecall(Float trackingRecall)
trackingRecall
- trackingRecall or null
for nonepublic XPSTrackMetricsEntryConfidenceMetricsEntry set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSTrackMetricsEntryConfidenceMetricsEntry clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.