Show / Hide Table of Contents

Class GoogleCloudDialogflowV2SpeechToTextConfig

Inheritance
object
GoogleCloudDialogflowV2SpeechToTextConfig
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.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SpeechToTextConfig : IDirectResponseSchema

Properties

AudioEncoding

Declaration
[JsonProperty("audioEncoding")]
public virtual string AudioEncoding { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EnableWordInfo

Declaration
[JsonProperty("enableWordInfo")]
public virtual bool? EnableWordInfo { get; set; }
Property Value
Type Description
bool?

LanguageCode

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

Model

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string

PhraseSets

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

SampleRateHertz

Declaration
[JsonProperty("sampleRateHertz")]
public virtual int? SampleRateHertz { get; set; }
Property Value
Type Description
int?

SpeechModelVariant

Declaration
[JsonProperty("speechModelVariant")]
public virtual string SpeechModelVariant { get; set; }
Property Value
Type Description
string

UseTimeoutBasedEndpointing

Declaration
[JsonProperty("useTimeoutBasedEndpointing")]
public virtual bool? UseTimeoutBasedEndpointing { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX