public sealed class SpeechAdaptationInfo : IMessage<SpeechAdaptationInfo>, IEquatable<SpeechAdaptationInfo>, IDeepCloneable<SpeechAdaptationInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Speech v1 API class SpeechAdaptationInfo.
Information on speech adaptation use in results
Implements
IMessage<SpeechAdaptationInfo>, IEquatable<SpeechAdaptationInfo>, IDeepCloneable<SpeechAdaptationInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
SpeechAdaptationInfo()
public SpeechAdaptationInfo()SpeechAdaptationInfo(SpeechAdaptationInfo)
public SpeechAdaptationInfo(SpeechAdaptationInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
SpeechAdaptationInfo |
Properties
AdaptationTimeout
public bool AdaptationTimeout { get; set; }Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
TimeoutMessage
public string TimeoutMessage { get; set; }If set, returns a message specifying which part of the speech adaptation request timed out.
| Property Value | |
|---|---|
| Type | Description |
String |
|