TextToSpeechServiceBase$messageJson top-level constant

  1. @Deprecated('Use textToSpeechServiceDescriptor instead')
Map<String, Map<String, dynamic>> const TextToSpeechServiceBase$messageJson

Implementation

@$core.Deprecated('Use textToSpeechServiceDescriptor instead')
const $core.Map<$core.String, $core.Map<$core.String, $core.dynamic>> TextToSpeechServiceBase$messageJson = const {
  '.google.cloud.texttospeech.v1.ListVoicesRequest': ListVoicesRequest$json,
  '.google.cloud.texttospeech.v1.ListVoicesResponse': ListVoicesResponse$json,
  '.google.cloud.texttospeech.v1.Voice': Voice$json,
  '.google.cloud.texttospeech.v1.SynthesizeSpeechRequest': SynthesizeSpeechRequest$json,
  '.google.cloud.texttospeech.v1.SynthesisInput': SynthesisInput$json,
  '.google.cloud.texttospeech.v1.VoiceSelectionParams': VoiceSelectionParams$json,
  '.google.cloud.texttospeech.v1.AudioConfig': AudioConfig$json,
  '.google.cloud.texttospeech.v1.SynthesizeSpeechResponse': SynthesizeSpeechResponse$json,
};