Voice$json top-level constant

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

Implementation

@$core.Deprecated('Use voiceDescriptor instead')
const Voice$json = const {
  '1': 'Voice',
  '2': const [
    const {'1': 'language_codes', '3': 1, '4': 3, '5': 9, '10': 'languageCodes'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'ssml_gender', '3': 3, '4': 1, '5': 14, '6': '.google.cloud.texttospeech.v1.SsmlVoiceGender', '10': 'ssmlGender'},
    const {'1': 'natural_sample_rate_hertz', '3': 4, '4': 1, '5': 5, '10': 'naturalSampleRateHertz'},
  ],
};