AnalyzeSentimentResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use analyzeSentimentResponseDescriptor instead')
const AnalyzeSentimentResponse$json = const {
  '1': 'AnalyzeSentimentResponse',
  '2': const [
    const {'1': 'document_sentiment', '3': 1, '4': 1, '5': 11, '6': '.google.cloud.language.v1.Sentiment', '10': 'documentSentiment'},
    const {'1': 'language', '3': 2, '4': 1, '5': 9, '10': 'language'},
    const {'1': 'sentences', '3': 3, '4': 3, '5': 11, '6': '.google.cloud.language.v1.Sentence', '10': 'sentences'},
  ],
};