View Source GoogleApi.Language.V2.Model.XPSSpeechPreprocessStats (google_api_language v0.16.1)
Attributes
-
dataErrors(type:list(GoogleApi.Language.V2.Model.XPSDataErrors.t), default:nil) - Different types of data errors and the counts associated with them. -
numHumanLabeledExamples(type:integer(), default:nil) - The number of rows marked HUMAN_LABELLED -
numLogsExamples(type:integer(), default:nil) - The number of samples found in the previously recorded logs data. -
numMachineTranscribedExamples(type:integer(), default:nil) - The number of rows marked as MACHINE_TRANSCRIBED -
testExamplesCount(type:integer(), default:nil) - The number of examples labelled as TEST by Speech xps server. -
testSentencesCount(type:integer(), default:nil) - The number of sentences in the test data set. -
testWordsCount(type:integer(), default:nil) - The number of words in the test data set. -
trainExamplesCount(type:integer(), default:nil) - The number of examples labeled as TRAIN by Speech xps server. -
trainSentencesCount(type:integer(), default:nil) - The number of sentences in the training data set. -
trainWordsCount(type:integer(), default:nil) - The number of words in the training data set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSSpeechPreprocessStats{ dataErrors: [GoogleApi.Language.V2.Model.XPSDataErrors.t()] | nil, numHumanLabeledExamples: integer() | nil, numLogsExamples: integer() | nil, numMachineTranscribedExamples: integer() | nil, testExamplesCount: integer() | nil, testSentencesCount: integer() | nil, testWordsCount: integer() | nil, trainExamplesCount: integer() | nil, trainSentencesCount: integer() | nil, trainWordsCount: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.