SynthesizeSpeechConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use synthesizeSpeechConfigDescriptor instead')
const SynthesizeSpeechConfig$json = const {
  '1': 'SynthesizeSpeechConfig',
  '2': const [
    const {'1': 'speaking_rate', '3': 1, '4': 1, '5': 1, '10': 'speakingRate'},
    const {'1': 'pitch', '3': 2, '4': 1, '5': 1, '10': 'pitch'},
    const {'1': 'volume_gain_db', '3': 3, '4': 1, '5': 1, '10': 'volumeGainDb'},
    const {
      '1': 'effects_profile_id',
      '3': 5,
      '4': 3,
      '5': 9,
      '10': 'effectsProfileId'
    },
    const {
      '1': 'voice',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.VoiceSelectionParams',
      '10': 'voice'
    },
  ],
};