public final class XPSSpeechPreprocessStats
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 |
---|
XPSSpeechPreprocessStats() |
Modifier and Type | Method and Description |
---|---|
XPSSpeechPreprocessStats |
clone() |
List<XPSDataErrors> |
getDataErrors()
Different types of data errors and the counts associated with them.
|
Integer |
getNumHumanLabeledExamples()
The number of rows marked HUMAN_LABELLED
|
Integer |
getNumLogsExamples()
The number of samples found in the previously recorded logs data.
|
Integer |
getNumMachineTranscribedExamples()
The number of rows marked as MACHINE_TRANSCRIBED
|
Integer |
getTestExamplesCount()
The number of examples labelled as TEST by Speech xps server.
|
Integer |
getTestSentencesCount()
The number of sentences in the test data set.
|
Integer |
getTestWordsCount()
The number of words in the test data set.
|
Integer |
getTrainExamplesCount()
The number of examples labeled as TRAIN by Speech xps server.
|
Integer |
getTrainSentencesCount()
The number of sentences in the training data set.
|
Integer |
getTrainWordsCount()
The number of words in the training data set.
|
XPSSpeechPreprocessStats |
set(String fieldName,
Object value) |
XPSSpeechPreprocessStats |
setDataErrors(List<XPSDataErrors> dataErrors)
Different types of data errors and the counts associated with them.
|
XPSSpeechPreprocessStats |
setNumHumanLabeledExamples(Integer numHumanLabeledExamples)
The number of rows marked HUMAN_LABELLED
|
XPSSpeechPreprocessStats |
setNumLogsExamples(Integer numLogsExamples)
The number of samples found in the previously recorded logs data.
|
XPSSpeechPreprocessStats |
setNumMachineTranscribedExamples(Integer numMachineTranscribedExamples)
The number of rows marked as MACHINE_TRANSCRIBED
|
XPSSpeechPreprocessStats |
setTestExamplesCount(Integer testExamplesCount)
The number of examples labelled as TEST by Speech xps server.
|
XPSSpeechPreprocessStats |
setTestSentencesCount(Integer testSentencesCount)
The number of sentences in the test data set.
|
XPSSpeechPreprocessStats |
setTestWordsCount(Integer testWordsCount)
The number of words in the test data set.
|
XPSSpeechPreprocessStats |
setTrainExamplesCount(Integer trainExamplesCount)
The number of examples labeled as TRAIN by Speech xps server.
|
XPSSpeechPreprocessStats |
setTrainSentencesCount(Integer trainSentencesCount)
The number of sentences in the training data set.
|
XPSSpeechPreprocessStats |
setTrainWordsCount(Integer trainWordsCount)
The number of words in the training data set.
|
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<XPSDataErrors> getDataErrors()
null
for nonepublic XPSSpeechPreprocessStats setDataErrors(List<XPSDataErrors> dataErrors)
dataErrors
- dataErrors or null
for nonepublic Integer getNumHumanLabeledExamples()
null
for nonepublic XPSSpeechPreprocessStats setNumHumanLabeledExamples(Integer numHumanLabeledExamples)
numHumanLabeledExamples
- numHumanLabeledExamples or null
for nonepublic Integer getNumLogsExamples()
null
for nonepublic XPSSpeechPreprocessStats setNumLogsExamples(Integer numLogsExamples)
numLogsExamples
- numLogsExamples or null
for nonepublic Integer getNumMachineTranscribedExamples()
null
for nonepublic XPSSpeechPreprocessStats setNumMachineTranscribedExamples(Integer numMachineTranscribedExamples)
numMachineTranscribedExamples
- numMachineTranscribedExamples or null
for nonepublic Integer getTestExamplesCount()
null
for nonepublic XPSSpeechPreprocessStats setTestExamplesCount(Integer testExamplesCount)
testExamplesCount
- testExamplesCount or null
for nonepublic Integer getTestSentencesCount()
null
for nonepublic XPSSpeechPreprocessStats setTestSentencesCount(Integer testSentencesCount)
testSentencesCount
- testSentencesCount or null
for nonepublic Integer getTestWordsCount()
null
for nonepublic XPSSpeechPreprocessStats setTestWordsCount(Integer testWordsCount)
testWordsCount
- testWordsCount or null
for nonepublic Integer getTrainExamplesCount()
null
for nonepublic XPSSpeechPreprocessStats setTrainExamplesCount(Integer trainExamplesCount)
trainExamplesCount
- trainExamplesCount or null
for nonepublic Integer getTrainSentencesCount()
null
for nonepublic XPSSpeechPreprocessStats setTrainSentencesCount(Integer trainSentencesCount)
trainSentencesCount
- trainSentencesCount or null
for nonepublic Integer getTrainWordsCount()
null
for nonepublic XPSSpeechPreprocessStats setTrainWordsCount(Integer trainWordsCount)
trainWordsCount
- trainWordsCount or null
for nonepublic XPSSpeechPreprocessStats set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSSpeechPreprocessStats clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.