public final class XPSSpeechEvaluationMetricsSubModelEvaluationMetric
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 |
---|
XPSSpeechEvaluationMetricsSubModelEvaluationMetric() |
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 XPSSpeechEvaluationMetricsSubModelEvaluationMetric()
public String getBiasingModelType()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setBiasingModelType(String biasingModelType)
biasingModelType
- biasingModelType or null
for nonepublic Boolean getIsEnhancedModel()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setIsEnhancedModel(Boolean isEnhancedModel)
isEnhancedModel
- isEnhancedModel or null
for nonepublic Integer getNumDeletions()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setNumDeletions(Integer numDeletions)
numDeletions
- numDeletions or null
for nonepublic Integer getNumInsertions()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setNumInsertions(Integer numInsertions)
numInsertions
- numInsertions or null
for nonepublic Integer getNumSubstitutions()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setNumSubstitutions(Integer numSubstitutions)
numSubstitutions
- numSubstitutions or null
for nonepublic Integer getNumUtterances()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setNumUtterances(Integer numUtterances)
numUtterances
- numUtterances or null
for nonepublic Integer getNumWords()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setNumWords(Integer numWords)
numWords
- numWords or null
for nonepublic Double getSentenceAccuracy()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setSentenceAccuracy(Double sentenceAccuracy)
sentenceAccuracy
- sentenceAccuracy or null
for nonepublic Double getWer()
null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric setWer(Double wer)
wer
- wer or null
for nonepublic XPSSpeechEvaluationMetricsSubModelEvaluationMetric set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSSpeechEvaluationMetricsSubModelEvaluationMetric clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.