Class GoogleCloudDialogflowV2SpeechToTextConfig
Configures speech transcription for ConversationProfile.
Inheritance
System.Object
GoogleCloudDialogflowV2SpeechToTextConfig
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SpeechToTextConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SpeechModelVariant
Optional. The speech model used in speech to text. SPEECH_MODEL_VARIANT_UNSPECIFIED, USE_BEST_AVAILABLE
will be treated as USE_ENHANCED. It can be overridden in AnalyzeContentRequest and
StreamingAnalyzeContentRequest request.
Declaration
[JsonProperty("speechModelVariant")]
public virtual string SpeechModelVariant { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |