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.cx.v3.AudioEncoding',
      '8': const {},
      '10': 'audioEncoding'
    },
    const {
      '1': 'sample_rate_hertz',
      '3': 2,
      '4': 1,
      '5': 5,
      '10': 'sampleRateHertz'
    },
    const {
      '1': 'enable_word_info',
      '3': 13,
      '4': 1,
      '5': 8,
      '10': 'enableWordInfo'
    },
    const {'1': 'phrase_hints', '3': 4, '4': 3, '5': 9, '10': 'phraseHints'},
    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.cx.v3.SpeechModelVariant',
      '10': 'modelVariant'
    },
    const {
      '1': 'single_utterance',
      '3': 8,
      '4': 1,
      '5': 8,
      '10': 'singleUtterance'
    },
  ],
};