InputAudioConfig$json top-level constant

  1. @Deprecated('Use inputAudioConfigDescriptor instead')
Map<String, Object> const InputAudioConfig$json

Implementation

@$core.Deprecated('Use inputAudioConfigDescriptor instead')
const InputAudioConfig$json = const {
  '1': 'InputAudioConfig',
  '2': const [
    const {
      '1': 'audio_encoding',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2.AudioEncoding',
      '10': 'audioEncoding'
    },
    const {
      '1': 'sample_rate_hertz',
      '3': 2,
      '4': 1,
      '5': 5,
      '10': 'sampleRateHertz'
    },
    const {'1': 'language_code', '3': 3, '4': 1, '5': 9, '10': 'languageCode'},
    const {
      '1': 'enable_word_info',
      '3': 13,
      '4': 1,
      '5': 8,
      '10': 'enableWordInfo'
    },
    const {
      '1': 'phrase_hints',
      '3': 4,
      '4': 3,
      '5': 9,
      '8': const {'3': true},
      '10': 'phraseHints',
    },
    const {
      '1': 'speech_contexts',
      '3': 11,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.SpeechContext',
      '10': 'speechContexts'
    },
    const {'1': 'model', '3': 7, '4': 1, '5': 9, '10': 'model'},
    const {
      '1': 'model_variant',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2.SpeechModelVariant',
      '10': 'modelVariant'
    },
    const {
      '1': 'single_utterance',
      '3': 8,
      '4': 1,
      '5': 8,
      '10': 'singleUtterance'
    },
    const {
      '1': 'disable_no_speech_recognized_event',
      '3': 14,
      '4': 1,
      '5': 8,
      '10': 'disableNoSpeechRecognizedEvent'
    },
  ],
};