public sealed class SpeechAdaptationInfo : IMessage<SpeechAdaptationInfo>, IEquatable<SpeechAdaptationInfo>, IDeepCloneable<SpeechAdaptationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class SpeechAdaptationInfo.
Information on speech adaptation use in results
Implements
IMessageSpeechAdaptationInfo, IEquatableSpeechAdaptationInfo, IDeepCloneableSpeechAdaptationInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1P1Beta1Assembly
Google.Cloud.Speech.V1P1Beta1.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 |
bool |
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 |