View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings (google_api_dialogflow v0.78.0)

Define behaviors of speech to text detection.

Attributes

  • endpointerSensitivity (type: integer(), default: nil) - Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
  • models (type: map(), default: nil) - Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see Speech models.
  • noSpeechTimeout (type: String.t, default: nil) - Timeout before detecting no speech.
  • useTimeoutBasedEndpointing (type: boolean(), default: nil) - Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings{
    endpointerSensitivity: integer() | nil,
    models: map() | nil,
    noSpeechTimeout: String.t() | nil,
    useTimeoutBasedEndpointing: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.