SpeechAdaptation$json top-level constant

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

Implementation

@$core.Deprecated('Use speechAdaptationDescriptor instead')
const SpeechAdaptation$json = {
  '1': 'SpeechAdaptation',
  '2': [
    {
      '1': 'phrase_sets',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSet',
      '10': 'phraseSets'
    },
    {
      '1': 'custom_classes',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.speech.v2.CustomClass',
      '10': 'customClasses'
    },
  ],
  '3': [SpeechAdaptation_AdaptationPhraseSet$json],
};