face.pbjson.dart 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. //
  2. // Generated code. Do not modify.
  3. // source: ente/ml/face.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides, camel_case_types, comment_references
  7. // ignore_for_file: constant_identifier_names, library_prefixes
  8. // ignore_for_file: non_constant_identifier_names, prefer_final_fields
  9. // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
  10. import 'dart:convert' as $convert;
  11. import 'dart:core' as $core;
  12. import 'dart:typed_data' as $typed_data;
  13. @$core.Deprecated('Use detectionDescriptor instead')
  14. const Detection$json = {
  15. '1': 'Detection',
  16. '2': [
  17. {'1': 'box', '3': 1, '4': 1, '5': 11, '6': '.ente.common.CenterBox', '9': 0, '10': 'box', '17': true},
  18. {'1': 'landmarks', '3': 2, '4': 1, '5': 11, '6': '.ente.common.EPoint', '9': 1, '10': 'landmarks', '17': true},
  19. ],
  20. '8': [
  21. {'1': '_box'},
  22. {'1': '_landmarks'},
  23. ],
  24. };
  25. /// Descriptor for `Detection`. Decode as a `google.protobuf.DescriptorProto`.
  26. final $typed_data.Uint8List detectionDescriptor = $convert.base64Decode(
  27. 'CglEZXRlY3Rpb24SLQoDYm94GAEgASgLMhYuZW50ZS5jb21tb24uQ2VudGVyQm94SABSA2JveI'
  28. 'gBARI2CglsYW5kbWFya3MYAiABKAsyEy5lbnRlLmNvbW1vbi5FUG9pbnRIAVIJbGFuZG1hcmtz'
  29. 'iAEBQgYKBF9ib3hCDAoKX2xhbmRtYXJrcw==');
  30. @$core.Deprecated('Use faceDescriptor instead')
  31. const Face$json = {
  32. '1': 'Face',
  33. '2': [
  34. {'1': 'id', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'id', '17': true},
  35. {'1': 'detection', '3': 2, '4': 1, '5': 11, '6': '.ente.ml.Detection', '9': 1, '10': 'detection', '17': true},
  36. {'1': 'confidence', '3': 3, '4': 1, '5': 2, '9': 2, '10': 'confidence', '17': true},
  37. ],
  38. '8': [
  39. {'1': '_id'},
  40. {'1': '_detection'},
  41. {'1': '_confidence'},
  42. ],
  43. };
  44. /// Descriptor for `Face`. Decode as a `google.protobuf.DescriptorProto`.
  45. final $typed_data.Uint8List faceDescriptor = $convert.base64Decode(
  46. 'CgRGYWNlEhMKAmlkGAEgASgJSABSAmlkiAEBEjUKCWRldGVjdGlvbhgCIAEoCzISLmVudGUubW'
  47. 'wuRGV0ZWN0aW9uSAFSCWRldGVjdGlvbogBARIjCgpjb25maWRlbmNlGAMgASgCSAJSCmNvbmZp'
  48. 'ZGVuY2WIAQFCBQoDX2lkQgwKCl9kZXRlY3Rpb25CDQoLX2NvbmZpZGVuY2U=');