Show / Hide Table of Contents

Class SpeechAdaptation

Speech adaptation configuration.

Inheritance
object
SpeechAdaptation
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 SpeechAdaptation : IDirectResponseSchema

Properties

AbnfGrammar

Augmented Backus-Naur form (ABNF) is a standardized grammar notation comprised by a set of derivation rules. See specifications: https://www.w3.org/TR/speech-grammar

Declaration
[JsonProperty("abnfGrammar")]
public virtual ABNFGrammar AbnfGrammar { get; set; }
Property Value
Type Description
ABNFGrammar

CustomClasses

A collection of custom classes. To specify the classes inline, leave the class' name blank and fill in the rest of its fields, giving it a unique custom_class_id. Refer to the inline defined class in phrase hints by its custom_class_id.

Declaration
[JsonProperty("customClasses")]
public virtual IList<CustomClass> CustomClasses { get; set; }
Property Value
Type Description
IList<CustomClass>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PhraseSetReferences

A collection of phrase set resource names to use.

Declaration
[JsonProperty("phraseSetReferences")]
public virtual IList<string> PhraseSetReferences { get; set; }
Property Value
Type Description
IList<string>

PhraseSets

A collection of phrase sets. To specify the hints inline, leave the phrase set's name blank and fill in the rest of its fields. Any phrase set can use any custom class.

Declaration
[JsonProperty("phraseSets")]
public virtual IList<PhraseSet> PhraseSets { get; set; }
Property Value
Type Description
IList<PhraseSet>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX