Google Cloud Speech v1p1beta1 API - Class SpeechAdaptationInfo (3.0.0-beta08)

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

Inheritance

object > SpeechAdaptationInfo

Namespace

Google.Cloud.Speech.V1P1Beta1

Assembly

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