Class GoogleCloudDialogflowV2beta1SpeechToTextConfig
Inheritance
GoogleCloudDialogflowV2beta1SpeechToTextConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SpeechToTextConfig : IDirectResponseSchema
Properties
AudioEncoding
Declaration
[JsonProperty("audioEncoding")]
public virtual string AudioEncoding { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableWordInfo
Declaration
[JsonProperty("enableWordInfo")]
public virtual bool? EnableWordInfo { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Model
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
PhraseSets
Declaration
[JsonProperty("phraseSets")]
public virtual IList<string> PhraseSets { get; set; }
Property Value
SampleRateHertz
Declaration
[JsonProperty("sampleRateHertz")]
public virtual int? SampleRateHertz { get; set; }
Property Value
SpeechModelVariant
Declaration
[JsonProperty("speechModelVariant")]
public virtual string SpeechModelVariant { get; set; }
Property Value
UseTimeoutBasedEndpointing
Declaration
[JsonProperty("useTimeoutBasedEndpointing")]
public virtual bool? UseTimeoutBasedEndpointing { get; set; }
Property Value
Implements