Class SpeechAdaptation
Speech adaptation configuration.
Implements
Inherited Members
Namespace: Google.Apis.Speech.v1.Data
Assembly: Google.Apis.Speech.v1.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> |