Class SpeechAdaptationInfo
Information on speech adaptation use in results
Implements
Inherited Members
Namespace: Google.Apis.Speech.v1.Data
Assembly: Google.Apis.Speech.v1.dll
Syntax
public class SpeechAdaptationInfo : IDirectResponseSchema
Properties
AdaptationTimeout
Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.
Declaration
[JsonProperty("adaptationTimeout")]
public virtual bool? AdaptationTimeout { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeoutMessage
If set, returns a message specifying which part of the speech adaptation request timed out.
Declaration
[JsonProperty("timeoutMessage")]
public virtual string TimeoutMessage { get; set; }
Property Value
Type | Description |
---|---|
string |