Class XPSSpeechModelSpec
Inheritance
XPSSpeechModelSpec
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSSpeechModelSpec : IDirectResponseSchema
Properties
DatasetId
Required for speech xps backend. Speech xps has to use dataset_id and model_id as the primary key in db so
that speech API can query the db directly.
Declaration
[JsonProperty("datasetId")]
public virtual long? DatasetId { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Language
Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
SubModelSpecs
Model specs for all submodels contained in this model.
Declaration
[JsonProperty("subModelSpecs")]
public virtual IList<XPSSpeechModelSpecSubModelSpec> SubModelSpecs { get; set; }
Property Value
Implements