TextToSpeechServiceBase$json top-level constant

Map<String, dynamic> const TextToSpeechServiceBase$json

Implementation

const $core.Map<$core.String, $core.dynamic> TextToSpeechServiceBase$json = const {
  '1': 'TextToSpeech',
  '2': const [
    const {'1': 'ListVoices', '2': '.google.cloud.texttospeech.v1.ListVoicesRequest', '3': '.google.cloud.texttospeech.v1.ListVoicesResponse', '4': const {}},
    const {'1': 'SynthesizeSpeech', '2': '.google.cloud.texttospeech.v1.SynthesizeSpeechRequest', '3': '.google.cloud.texttospeech.v1.SynthesizeSpeechResponse', '4': const {}},
  ],
};