Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.clone() |
XPSSpeechPreprocessStats |
XPSSpeechPreprocessResponse.getSpeechPreprocessStats()
Stats associated with the data.
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.set(String fieldName,
Object value) |
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setDataErrors(List<XPSDataErrors> dataErrors)
Different types of data errors and the counts associated with them.
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setNumHumanLabeledExamples(Integer numHumanLabeledExamples)
The number of rows marked HUMAN_LABELLED
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setNumLogsExamples(Integer numLogsExamples)
The number of samples found in the previously recorded logs data.
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setNumMachineTranscribedExamples(Integer numMachineTranscribedExamples)
The number of rows marked as MACHINE_TRANSCRIBED
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setTestExamplesCount(Integer testExamplesCount)
The number of examples labelled as TEST by Speech xps server.
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setTestSentencesCount(Integer testSentencesCount)
The number of sentences in the test data set.
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setTestWordsCount(Integer testWordsCount)
The number of words in the test data set.
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setTrainExamplesCount(Integer trainExamplesCount)
The number of examples labeled as TRAIN by Speech xps server.
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setTrainSentencesCount(Integer trainSentencesCount)
The number of sentences in the training data set.
|
XPSSpeechPreprocessStats |
XPSSpeechPreprocessStats.setTrainWordsCount(Integer trainWordsCount)
The number of words in the training data set.
|
Modifier and Type | Method and Description |
---|---|
XPSSpeechPreprocessResponse |
XPSSpeechPreprocessResponse.setSpeechPreprocessStats(XPSSpeechPreprocessStats speechPreprocessStats)
Stats associated with the data.
|
Copyright © 2011–2025 Google. All rights reserved.