Show / Hide Table of Contents

Class XPSSpeechModelSpecSubModelSpec

Inheritance
object
XPSSpeechModelSpecSubModelSpec
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.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class XPSSpeechModelSpecSubModelSpec : IDirectResponseSchema

Properties

BiasingModelType

Type of the biasing model.

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

ClientId

In S3, Recognition ClientContextId.client_id

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

ContextId

In S3, Recognition ClientContextId.context_id

Declaration
[JsonProperty("contextId")]
public virtual string ContextId { 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

IsEnhancedModel

If true then it means we have an enhanced version of the biasing models.

Declaration
[JsonProperty("isEnhancedModel")]
public virtual bool? IsEnhancedModel { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX