PredictedObject_pb2.py 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: protobuf/predictions/PredictedObject.proto
  3. import sys
  4. _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import message as _message
  7. from google.protobuf import reflection as _reflection
  8. from google.protobuf import symbol_database as _symbol_database
  9. # @@protoc_insertion_point(imports)
  10. _sym_db = _symbol_database.Default()
  11. from protobuf.common import messageData_pb2 as protobuf_dot_common_dot_messageData__pb2
  12. DESCRIPTOR = _descriptor.FileDescriptor(
  13. name='protobuf/predictions/PredictedObject.proto',
  14. package='protobuf.predictions',
  15. syntax='proto3',
  16. serialized_options=None,
  17. serialized_pb=_b('\n*protobuf/predictions/PredictedObject.proto\x12\x14protobuf.predictions\x1a!protobuf/common/messageData.proto\"`\n\nPrediction\x12\x0e\n\x06object\x18\x01 \x03(\t\x12\r\n\x05\x66rame\x18\x02 \x01(\x03\x12\x33\n\r_message_data\x18\x03 \x01(\x0b\x32\x1c.protobuf.common.messageDatab\x06proto3')
  18. ,
  19. dependencies=[protobuf_dot_common_dot_messageData__pb2.DESCRIPTOR,])
  20. _PREDICTION = _descriptor.Descriptor(
  21. name='Prediction',
  22. full_name='protobuf.predictions.Prediction',
  23. filename=None,
  24. file=DESCRIPTOR,
  25. containing_type=None,
  26. fields=[
  27. _descriptor.FieldDescriptor(
  28. name='object', full_name='protobuf.predictions.Prediction.object', index=0,
  29. number=1, type=9, cpp_type=9, label=3,
  30. has_default_value=False, default_value=[],
  31. message_type=None, enum_type=None, containing_type=None,
  32. is_extension=False, extension_scope=None,
  33. serialized_options=None, file=DESCRIPTOR),
  34. _descriptor.FieldDescriptor(
  35. name='frame', full_name='protobuf.predictions.Prediction.frame', index=1,
  36. number=2, type=3, cpp_type=2, label=1,
  37. has_default_value=False, default_value=0,
  38. message_type=None, enum_type=None, containing_type=None,
  39. is_extension=False, extension_scope=None,
  40. serialized_options=None, file=DESCRIPTOR),
  41. _descriptor.FieldDescriptor(
  42. name='_message_data', full_name='protobuf.predictions.Prediction._message_data', index=2,
  43. number=3, type=11, cpp_type=10, label=1,
  44. has_default_value=False, default_value=None,
  45. message_type=None, enum_type=None, containing_type=None,
  46. is_extension=False, extension_scope=None,
  47. serialized_options=None, file=DESCRIPTOR),
  48. ],
  49. extensions=[
  50. ],
  51. nested_types=[],
  52. enum_types=[
  53. ],
  54. serialized_options=None,
  55. is_extendable=False,
  56. syntax='proto3',
  57. extension_ranges=[],
  58. oneofs=[
  59. ],
  60. serialized_start=103,
  61. serialized_end=199,
  62. )
  63. _PREDICTION.fields_by_name['_message_data'].message_type = protobuf_dot_common_dot_messageData__pb2._MESSAGEDATA
  64. DESCRIPTOR.message_types_by_name['Prediction'] = _PREDICTION
  65. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  66. Prediction = _reflection.GeneratedProtocolMessageType('Prediction', (_message.Message,), dict(
  67. DESCRIPTOR = _PREDICTION,
  68. __module__ = 'protobuf.predictions.PredictedObject_pb2'
  69. # @@protoc_insertion_point(class_scope:protobuf.predictions.Prediction)
  70. ))
  71. _sym_db.RegisterMessage(Prediction)
  72. # @@protoc_insertion_point(module_scope)