Show / Hide Table of Contents

Class XPSSpeechModelSpec

Inheritance
object
XPSSpeechModelSpec
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 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
Type Description
long?

ETag

The ETag of the item.

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

Language

Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type Description
string

SubModelSpecs

Model specs for all submodels contained in this model.

Declaration
[JsonProperty("subModelSpecs")]
public virtual IList<XPSSpeechModelSpecSubModelSpec> SubModelSpecs { get; set; }
Property Value
Type Description
IList<XPSSpeechModelSpecSubModelSpec>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX