Class XPSSpeechModelSpecSubModelSpec
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.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? |