View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SpeechToTextConfig (google_api_dialogflow v0.74.0)

Configures speech transcription for ConversationProfile.

Attributes

  • speechModelVariant (type: String.t, default: nil) - 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. If enhanced model variant is specified and an enhanced version of the specified model for the language does not exist, then it would emit an error.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SpeechToTextConfig{
  speechModelVariant: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.