Class XPSSpeechPreprocessResponse
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSSpeechPreprocessResponse : IDirectResponseSchema
Properties
CnsTestDataPath
Location od shards of sstables (test data) of DataUtterance protos.
Declaration
[JsonProperty("cnsTestDataPath")]
public virtual string CnsTestDataPath { get; set; }
Property Value
Type | Description |
---|---|
string |
CnsTrainDataPath
Location of shards of sstables (training data) of DataUtterance protos.
Declaration
[JsonProperty("cnsTrainDataPath")]
public virtual string CnsTrainDataPath { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PrebuiltModelEvaluationMetrics
The metrics for prebuilt speech models. They are included here because there is no prebuilt speech models stored in the AutoML.
Declaration
[JsonProperty("prebuiltModelEvaluationMetrics")]
public virtual XPSSpeechEvaluationMetrics PrebuiltModelEvaluationMetrics { get; set; }
Property Value
Type | Description |
---|---|
XPSSpeechEvaluationMetrics |
SpeechPreprocessStats
Stats associated with the data.
Declaration
[JsonProperty("speechPreprocessStats")]
public virtual XPSSpeechPreprocessStats SpeechPreprocessStats { get; set; }
Property Value
Type | Description |
---|---|
XPSSpeechPreprocessStats |