Class GoogleCloudDialogflowV2SpeechToTextConfigGeminiAsrConfig
Inheritance
GoogleCloudDialogflowV2SpeechToTextConfigGeminiAsrConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SpeechToTextConfigGeminiAsrConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndOfSpeechSensitivity
Declaration
[JsonProperty("endOfSpeechSensitivity")]
public virtual string EndOfSpeechSensitivity { get; set; }
Property Value
ModelId
Declaration
[JsonProperty("modelId")]
public virtual string ModelId { get; set; }
Property Value
PrefixPaddingMs
Declaration
[JsonProperty("prefixPaddingMs")]
public virtual int? PrefixPaddingMs { get; set; }
Property Value
SilenceDurationMs
Declaration
[JsonProperty("silenceDurationMs")]
public virtual int? SilenceDurationMs { get; set; }
Property Value
StartOfSpeechSensitivity
Declaration
[JsonProperty("startOfSpeechSensitivity")]
public virtual string StartOfSpeechSensitivity { get; set; }
Property Value
Implements