Show / Hide Table of Contents

Class SpeechAdaptationInfo

Information on speech adaptation use in results

Inheritance
object
SpeechAdaptationInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Speech.v1p1beta1.Data
Assembly: Google.Apis.Speech.v1p1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX