Document$json top-level constant

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

Implementation

@$core.Deprecated('Use documentDescriptor instead')
const Document$json = const {
  '1': 'Document',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.google.cloud.language.v1.Document.Type', '10': 'type'},
    const {'1': 'content', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'content'},
    const {'1': 'gcs_content_uri', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'gcsContentUri'},
    const {'1': 'language', '3': 4, '4': 1, '5': 9, '10': 'language'},
  ],
  '4': const [Document_Type$json],
  '8': const [
    const {'1': 'source'},
  ],
};