Show / Hide Table of Contents

Class XPSSpeechPreprocessStats

Inheritance
object
XPSSpeechPreprocessStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSSpeechPreprocessStats : IDirectResponseSchema

Properties

DataErrors

Different types of data errors and the counts associated with them.

Declaration
[JsonProperty("dataErrors")]
public virtual IList<XPSDataErrors> DataErrors { get; set; }
Property Value
Type Description
IList<XPSDataErrors>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NumHumanLabeledExamples

The number of rows marked HUMAN_LABELLED

Declaration
[JsonProperty("numHumanLabeledExamples")]
public virtual int? NumHumanLabeledExamples { get; set; }
Property Value
Type Description
int?

NumLogsExamples

The number of samples found in the previously recorded logs data.

Declaration
[JsonProperty("numLogsExamples")]
public virtual int? NumLogsExamples { get; set; }
Property Value
Type Description
int?

NumMachineTranscribedExamples

The number of rows marked as MACHINE_TRANSCRIBED

Declaration
[JsonProperty("numMachineTranscribedExamples")]
public virtual int? NumMachineTranscribedExamples { get; set; }
Property Value
Type Description
int?

TestExamplesCount

The number of examples labelled as TEST by Speech xps server.

Declaration
[JsonProperty("testExamplesCount")]
public virtual int? TestExamplesCount { get; set; }
Property Value
Type Description
int?

TestSentencesCount

The number of sentences in the test data set.

Declaration
[JsonProperty("testSentencesCount")]
public virtual int? TestSentencesCount { get; set; }
Property Value
Type Description
int?

TestWordsCount

The number of words in the test data set.

Declaration
[JsonProperty("testWordsCount")]
public virtual int? TestWordsCount { get; set; }
Property Value
Type Description
int?

TrainExamplesCount

The number of examples labeled as TRAIN by Speech xps server.

Declaration
[JsonProperty("trainExamplesCount")]
public virtual int? TrainExamplesCount { get; set; }
Property Value
Type Description
int?

TrainSentencesCount

The number of sentences in the training data set.

Declaration
[JsonProperty("trainSentencesCount")]
public virtual int? TrainSentencesCount { get; set; }
Property Value
Type Description
int?

TrainWordsCount

The number of words in the training data set.

Declaration
[JsonProperty("trainWordsCount")]
public virtual int? TrainWordsCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX