SynthesizeSpeechRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use synthesizeSpeechRequestDescriptor instead')
const SynthesizeSpeechRequest$json = const {
  '1': 'SynthesizeSpeechRequest',
  '2': const [
    const {'1': 'input', '3': 1, '4': 1, '5': 11, '6': '.google.cloud.texttospeech.v1.SynthesisInput', '10': 'input'},
    const {'1': 'voice', '3': 2, '4': 1, '5': 11, '6': '.google.cloud.texttospeech.v1.VoiceSelectionParams', '10': 'voice'},
    const {'1': 'audio_config', '3': 3, '4': 1, '5': 11, '6': '.google.cloud.texttospeech.v1.AudioConfig', '10': 'audioConfig'},
  ],
};