AudioConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use audioConfigDescriptor instead')
const AudioConfig$json = const {
  '1': 'AudioConfig',
  '2': const [
    const {'1': 'audio_encoding', '3': 1, '4': 1, '5': 14, '6': '.google.cloud.texttospeech.v1.AudioEncoding', '10': 'audioEncoding'},
    const {'1': 'speaking_rate', '3': 2, '4': 1, '5': 1, '10': 'speakingRate'},
    const {'1': 'pitch', '3': 3, '4': 1, '5': 1, '10': 'pitch'},
    const {'1': 'volume_gain_db', '3': 4, '4': 1, '5': 1, '10': 'volumeGainDb'},
    const {'1': 'sample_rate_hertz', '3': 5, '4': 1, '5': 5, '10': 'sampleRateHertz'},
    const {'1': 'effects_profile_id', '3': 6, '4': 3, '5': 9, '10': 'effectsProfileId'},
  ],
};