1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: protobuf/predictions/PredictedObject.proto
- import sys
- _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
- from google.protobuf import descriptor as _descriptor
- from google.protobuf import message as _message
- from google.protobuf import reflection as _reflection
- from google.protobuf import symbol_database as _symbol_database
- # @@protoc_insertion_point(imports)
- _sym_db = _symbol_database.Default()
- from protobuf.common import messageData_pb2 as protobuf_dot_common_dot_messageData__pb2
- DESCRIPTOR = _descriptor.FileDescriptor(
- name='protobuf/predictions/PredictedObject.proto',
- package='protobuf.predictions',
- syntax='proto3',
- serialized_options=None,
- 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')
- ,
- dependencies=[protobuf_dot_common_dot_messageData__pb2.DESCRIPTOR,])
- _PREDICTION = _descriptor.Descriptor(
- name='Prediction',
- full_name='protobuf.predictions.Prediction',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- fields=[
- _descriptor.FieldDescriptor(
- name='object', full_name='protobuf.predictions.Prediction.object', index=0,
- number=1, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR),
- _descriptor.FieldDescriptor(
- name='frame', full_name='protobuf.predictions.Prediction.frame', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR),
- _descriptor.FieldDescriptor(
- name='_message_data', full_name='protobuf.predictions.Prediction._message_data', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=103,
- serialized_end=199,
- )
- _PREDICTION.fields_by_name['_message_data'].message_type = protobuf_dot_common_dot_messageData__pb2._MESSAGEDATA
- DESCRIPTOR.message_types_by_name['Prediction'] = _PREDICTION
- _sym_db.RegisterFileDescriptor(DESCRIPTOR)
- Prediction = _reflection.GeneratedProtocolMessageType('Prediction', (_message.Message,), dict(
- DESCRIPTOR = _PREDICTION,
- __module__ = 'protobuf.predictions.PredictedObject_pb2'
- # @@protoc_insertion_point(class_scope:protobuf.predictions.Prediction)
- ))
- _sym_db.RegisterMessage(Prediction)
- # @@protoc_insertion_point(module_scope)
|