View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1InputAudioConfig (google_api_dialogflow v0.77.0)

Instructs the speech recognizer on how to process the audio content.

Attributes

  • audioEncoding (type: String.t, default: nil) - Required. Audio encoding of the audio content to process.
  • bargeInConfig (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1BargeInConfig.t, default: nil) - Configuration of barge-in behavior during the streaming of input audio.
  • enableWordInfo (type: boolean(), default: nil) - Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
  • model (type: String.t, default: nil) - Optional. Which Speech model to select for the given request. For more information, see Speech models.
  • modelVariant (type: String.t, default: nil) - Optional. Which variant of the Speech model to use.
  • optOutConformerModelMigration (type: boolean(), default: nil) - If true, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024. Please refer to Dialogflow CX Speech model migration.
  • phraseHints (type: list(String.t), default: nil) - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
  • sampleRateHertz (type: integer(), default: nil) - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
  • singleUtterance (type: boolean(), default: nil) - Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1InputAudioConfig{
    audioEncoding: String.t() | nil,
    bargeInConfig:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1BargeInConfig.t()
      | nil,
    enableWordInfo: boolean() | nil,
    model: String.t() | nil,
    modelVariant: String.t() | nil,
    optOutConformerModelMigration: boolean() | nil,
    phraseHints: [String.t()] | nil,
    sampleRateHertz: integer() | nil,
    singleUtterance: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.