ListPhraseSetsResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listPhraseSetsResponseDescriptor instead')
const ListPhraseSetsResponse$json = {
  '1': 'ListPhraseSetsResponse',
  '2': [
    {
      '1': 'phrase_sets',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.speech.v2.PhraseSet',
      '10': 'phraseSets'
    },
    {'1': 'next_page_token', '3': 2, '4': 1, '5': 9, '10': 'nextPageToken'},
  ],
};