denkproto 1.0.42__py3-none-any.whl → 1.0.43__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of denkproto might be problematic. Click here for more details.

@@ -25,14 +25,14 @@ _sym_db = _symbol_database.Default()
25
25
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x10\x44\x45NKbuffer.proto\x12\tdenkproto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8e\x01\n\x05Image\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x12\x0e\n\x06height\x18\x03 \x01(\x05\x12\r\n\x05width\x18\x04 \x01(\x05\x12\x10\n\x08\x63hannels\x18\x05 \x01(\x05\x12\x10\n\x08\x66ilename\x18\x06 \x01(\t\x12(\n\timageType\x18\x07 \x01(\x0e\x32\x15.denkproto.ImageTypes\"7\n\x0f\x46loatMapChannel\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x03(\x02\"W\n\x08\x46loatMap\x12,\n\x08\x63hannels\x18\x01 \x03(\x0b\x32\x1a.denkproto.FloatMapChannel\x12\x0e\n\x06height\x18\x02 \x01(\x05\x12\r\n\x05width\x18\x03 \x01(\x05\"A\n\x18\x43lassificationPrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\r\n\x05score\x18\x02 \x01(\x01\"=\n\x0b\x42oundingBox\x12\n\n\x02x1\x18\x01 \x01(\x01\x12\n\n\x02x2\x18\x02 \x01(\x01\x12\n\n\x02y1\x18\x03 \x01(\x01\x12\n\n\x02y2\x18\x04 \x01(\x01\"g\n\x19ObjectDetectionPrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\r\n\x05score\x18\x02 \x01(\x01\x12#\n\x03\x62ox\x18\x03 \x01(\x0b\x32\x16.denkproto.BoundingBox\"\x1f\n\x07Point2d\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\"-\n\x07\x43ontour\x12\"\n\x06points\x18\x01 \x03(\x0b\x32\x12.denkproto.Point2d\"O\n\x07Polygon\x12!\n\x05outer\x18\x01 \x01(\x0b\x32\x12.denkproto.Contour\x12!\n\x05holes\x18\x02 \x03(\x0b\x32\x12.denkproto.Contour\"\xb5\x01\n\x1eInstanceSegmentationPrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\r\n\x05score\x18\x02 \x01(\x01\x12#\n\x03\x62ox\x18\x03 \x01(\x0b\x32\x16.denkproto.BoundingBox\x12$\n\x08polygons\x18\x04 \x03(\x0b\x32\x12.denkproto.Polygon\x12!\n\x04mask\x18\x05 \x01(\x0b\x32\x13.denkproto.FloatMap\"~\n\rOCRPrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12#\n\x07polygon\x18\x02 \x01(\x0b\x32\x12.denkproto.Polygon\x12\r\n\x05score\x18\x03 \x01(\x01\x12\x0c\n\x04text\x18\x04 \x01(\x0c\x12\x13\n\x0b\x63har_scores\x18\x05 \x03(\x01\"n\n\x0e\x43odePrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12#\n\x07polygon\x18\x02 \x01(\x0b\x32\x12.denkproto.Polygon\x12\x11\n\tcode_type\x18\x03 \x01(\t\x12\x0c\n\x04text\x18\x04 \x01(\x0c\"X\n\x15\x43omputedPropertyValue\x12\x10\n\x06_int64\x18\x01 \x01(\x03H\x00\x12\x11\n\x07_double\x18\x02 \x01(\x01H\x00\x12\x11\n\x07_string\x18\x03 \x01(\tH\x00\x42\x07\n\x05value\"y\n\x10\x43omputedProperty\x12\x34\n\x07subject\x18\x01 \x01(\x0e\x32#.denkproto.ComputedPropertySubjects\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .denkproto.ComputedPropertyValue\"\xd4\x03\n\nPrediction\x12=\n\x0e\x63lassification\x18\x01 \x01(\x0b\x32#.denkproto.ClassificationPredictionH\x00\x12@\n\x10object_detection\x18\x02 \x01(\x0b\x32$.denkproto.ObjectDetectionPredictionH\x00\x12J\n\x15instance_segmentation\x18\x03 \x01(\x0b\x32).denkproto.InstanceSegmentationPredictionH\x00\x12\'\n\x03ocr\x18\x04 \x01(\x0b\x32\x18.denkproto.OCRPredictionH\x00\x12)\n\x04\x63ode\x18\x05 \x01(\x0b\x32\x19.denkproto.CodePredictionH\x00\x12+\n\x0csegmentation\x18\x06 \x01(\x0b\x32\x13.denkproto.FloatMapH\x00\x12\x30\n\x11\x61nomaly_detection\x18\x07 \x01(\x0b\x32\x13.denkproto.FloatMapH\x00\x12\x38\n\x13\x63omputed_properties\x18\x14 \x03(\x0b\x32\x1b.denkproto.ComputedPropertyB\x0c\n\nprediction\"9\n\x0bPredictions\x12*\n\x0bpredictions\x18\x01 \x03(\x0b\x32\x15.denkproto.Prediction\"4\n\x06Result\x12\r\n\x05grade\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05\x63olor\x18\x03 \x01(\t\"X\n\nClassLabel\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nnetwork_id\x18\x02 \x01(\t\x12\r\n\x05index\x18\x03 \x01(\x05\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\r\n\x05\x63olor\x18\x05 \x01(\t\"\xa8\x07\n\nDENKbuffer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\t\x12\x1a\n\x12\x63reated_by_user_id\x18\x03 \x01(\t\x12\x19\n\x11owned_by_group_id\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0fpipeline_config\x18\x06 \x01(\t\x12\x38\n\nport_names\x18\x07 \x03(\x0b\x32$.denkproto.DENKbuffer.PortNamesEntry\x12<\n\x0c\x63lass_labels\x18\x0b \x03(\x0b\x32&.denkproto.DENKbuffer.ClassLabelsEntry\x12\x35\n\x08triggers\x18\x15 \x03(\x0b\x32#.denkproto.DENKbuffer.TriggersEntry\x12\x31\n\x06images\x18\x1f \x03(\x0b\x32!.denkproto.DENKbuffer.ImagesEntry\x12;\n\x0bpredictions\x18) \x03(\x0b\x32&.denkproto.DENKbuffer.PredictionsEntry\x12\x33\n\x07results\x18\x33 \x03(\x0b\x32\".denkproto.DENKbuffer.ResultsEntry\x12\x0c\n\x04tags\x18\x65 \x03(\t\x1a\x30\n\x0ePortNamesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aI\n\x10\x43lassLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12$\n\x05value\x18\x02 \x01(\x0b\x32\x15.denkproto.ClassLabel:\x02\x38\x01\x1aK\n\rTriggersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12)\n\x05value\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:\x02\x38\x01\x1a?\n\x0bImagesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1f\n\x05value\x18\x02 \x01(\x0b\x32\x10.denkproto.Image:\x02\x38\x01\x1aJ\n\x10PredictionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.denkproto.Predictions:\x02\x38\x01\x1a\x41\n\x0cResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12 \n\x05value\x18\x02 \x01(\x0b\x32\x11.denkproto.Result:\x02\x38\x01*(\n\nImageTypes\x12\x07\n\x03Raw\x10\x00\x12\x08\n\x04JPEG\x10\x01\x12\x07\n\x03PNG\x10\x02*I\n\x18\x43omputedPropertySubjects\x12-\n)COMPUTED_PROPERTY_SUBJECT_MEAN_GRAY_VALUE\x10\x00\x42(H\x03Z\x17\x64\x65nkproto-go/denkbuffer\xaa\x02\nDENK.Protob\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x10\x44\x45NKbuffer.proto\x12\tdenkproto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8e\x01\n\x05Image\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x12\x0e\n\x06height\x18\x03 \x01(\x05\x12\r\n\x05width\x18\x04 \x01(\x05\x12\x10\n\x08\x63hannels\x18\x05 \x01(\x05\x12\x10\n\x08\x66ilename\x18\x06 \x01(\t\x12(\n\timageType\x18\x07 \x01(\x0e\x32\x15.denkproto.ImageTypes\"7\n\x0f\x46loatMapChannel\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x03(\x02\"W\n\x08\x46loatMap\x12,\n\x08\x63hannels\x18\x01 \x03(\x0b\x32\x1a.denkproto.FloatMapChannel\x12\x0e\n\x06height\x18\x02 \x01(\x05\x12\r\n\x05width\x18\x03 \x01(\x05\"A\n\x18\x43lassificationPrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\r\n\x05score\x18\x02 \x01(\x01\"=\n\x0b\x42oundingBox\x12\n\n\x02x1\x18\x01 \x01(\x01\x12\n\n\x02x2\x18\x02 \x01(\x01\x12\n\n\x02y1\x18\x03 \x01(\x01\x12\n\n\x02y2\x18\x04 \x01(\x01\"g\n\x19ObjectDetectionPrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\r\n\x05score\x18\x02 \x01(\x01\x12#\n\x03\x62ox\x18\x03 \x01(\x0b\x32\x16.denkproto.BoundingBox\"\x1f\n\x07Point2d\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\"-\n\x07\x43ontour\x12\"\n\x06points\x18\x01 \x03(\x0b\x32\x12.denkproto.Point2d\"O\n\x07Polygon\x12!\n\x05outer\x18\x01 \x01(\x0b\x32\x12.denkproto.Contour\x12!\n\x05holes\x18\x02 \x03(\x0b\x32\x12.denkproto.Contour\"\xb5\x01\n\x1eInstanceSegmentationPrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\r\n\x05score\x18\x02 \x01(\x01\x12#\n\x03\x62ox\x18\x03 \x01(\x0b\x32\x16.denkproto.BoundingBox\x12$\n\x08polygons\x18\x04 \x03(\x0b\x32\x12.denkproto.Polygon\x12!\n\x04mask\x18\x05 \x01(\x0b\x32\x13.denkproto.FloatMap\"~\n\rOCRPrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12#\n\x07polygon\x18\x02 \x01(\x0b\x32\x12.denkproto.Polygon\x12\r\n\x05score\x18\x03 \x01(\x01\x12\x0c\n\x04text\x18\x04 \x01(\x0c\x12\x13\n\x0b\x63har_scores\x18\x05 \x03(\x01\"n\n\x0e\x43odePrediction\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12#\n\x07polygon\x18\x02 \x01(\x0b\x32\x12.denkproto.Polygon\x12\x11\n\tcode_type\x18\x03 \x01(\t\x12\x0c\n\x04text\x18\x04 \x01(\x0c\"X\n\x15\x43omputedPropertyValue\x12\x10\n\x06_int64\x18\x01 \x01(\x03H\x00\x12\x11\n\x07_double\x18\x02 \x01(\x01H\x00\x12\x11\n\x07_string\x18\x03 \x01(\tH\x00\x42\x07\n\x05value\"y\n\x10\x43omputedProperty\x12\x34\n\x07subject\x18\x01 \x01(\x0e\x32#.denkproto.ComputedPropertySubjects\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .denkproto.ComputedPropertyValue\"\xd4\x03\n\nPrediction\x12=\n\x0e\x63lassification\x18\x01 \x01(\x0b\x32#.denkproto.ClassificationPredictionH\x00\x12@\n\x10object_detection\x18\x02 \x01(\x0b\x32$.denkproto.ObjectDetectionPredictionH\x00\x12J\n\x15instance_segmentation\x18\x03 \x01(\x0b\x32).denkproto.InstanceSegmentationPredictionH\x00\x12\'\n\x03ocr\x18\x04 \x01(\x0b\x32\x18.denkproto.OCRPredictionH\x00\x12)\n\x04\x63ode\x18\x05 \x01(\x0b\x32\x19.denkproto.CodePredictionH\x00\x12+\n\x0csegmentation\x18\x06 \x01(\x0b\x32\x13.denkproto.FloatMapH\x00\x12\x30\n\x11\x61nomaly_detection\x18\x07 \x01(\x0b\x32\x13.denkproto.FloatMapH\x00\x12\x38\n\x13\x63omputed_properties\x18\x14 \x03(\x0b\x32\x1b.denkproto.ComputedPropertyB\x0c\n\nprediction\"9\n\x0bPredictions\x12*\n\x0bpredictions\x18\x01 \x03(\x0b\x32\x15.denkproto.Prediction\"4\n\x06Result\x12\r\n\x05grade\x18\x01 \x01(\x05\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05\x63olor\x18\x03 \x01(\t\"X\n\nClassLabel\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nnetwork_id\x18\x02 \x01(\t\x12\r\n\x05index\x18\x03 \x01(\x05\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\r\n\x05\x63olor\x18\x05 \x01(\t\"\xa8\x07\n\nDENKbuffer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\t\x12\x1a\n\x12\x63reated_by_user_id\x18\x03 \x01(\t\x12\x19\n\x11owned_by_group_id\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x17\n\x0fpipeline_config\x18\x06 \x01(\t\x12\x38\n\nport_names\x18\x07 \x03(\x0b\x32$.denkproto.DENKbuffer.PortNamesEntry\x12<\n\x0c\x63lass_labels\x18\x0b \x03(\x0b\x32&.denkproto.DENKbuffer.ClassLabelsEntry\x12\x35\n\x08triggers\x18\x15 \x03(\x0b\x32#.denkproto.DENKbuffer.TriggersEntry\x12\x31\n\x06images\x18\x1f \x03(\x0b\x32!.denkproto.DENKbuffer.ImagesEntry\x12;\n\x0bpredictions\x18) \x03(\x0b\x32&.denkproto.DENKbuffer.PredictionsEntry\x12\x33\n\x07results\x18\x33 \x03(\x0b\x32\".denkproto.DENKbuffer.ResultsEntry\x12\x0c\n\x04tags\x18\x65 \x03(\t\x1a\x30\n\x0ePortNamesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aI\n\x10\x43lassLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12$\n\x05value\x18\x02 \x01(\x0b\x32\x15.denkproto.ClassLabel:\x02\x38\x01\x1aK\n\rTriggersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12)\n\x05value\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp:\x02\x38\x01\x1a?\n\x0bImagesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1f\n\x05value\x18\x02 \x01(\x0b\x32\x10.denkproto.Image:\x02\x38\x01\x1aJ\n\x10PredictionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.denkproto.Predictions:\x02\x38\x01\x1a\x41\n\x0cResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12 \n\x05value\x18\x02 \x01(\x0b\x32\x11.denkproto.Result:\x02\x38\x01*(\n\nImageTypes\x12\x07\n\x03Raw\x10\x00\x12\x08\n\x04JPEG\x10\x01\x12\x07\n\x03PNG\x10\x02*I\n\x18\x43omputedPropertySubjects\x12-\n)COMPUTED_PROPERTY_SUBJECT_MEAN_GRAY_VALUE\x10\x00\x42<H\x03Z+github.com/DENKweit/denkproto-go/denkbuffer\xaa\x02\nDENK.Protob\x06proto3')
29
29
 
30
30
  _globals = globals()
31
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
32
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'DENKbuffer_pb2', _globals)
33
33
  if not _descriptor._USE_C_DESCRIPTORS:
34
34
  _globals['DESCRIPTOR']._loaded_options = None
35
- _globals['DESCRIPTOR']._serialized_options = b'H\003Z\027denkproto-go/denkbuffer\252\002\nDENK.Proto'
35
+ _globals['DESCRIPTOR']._serialized_options = b'H\003Z+github.com/DENKweit/denkproto-go/denkbuffer\252\002\nDENK.Proto'
36
36
  _globals['_DENKBUFFER_PORTNAMESENTRY']._loaded_options = None
37
37
  _globals['_DENKBUFFER_PORTNAMESENTRY']._serialized_options = b'8\001'
38
38
  _globals['_DENKBUFFER_CLASSLABELSENTRY']._loaded_options = None
@@ -24,14 +24,14 @@ _sym_db = _symbol_database.Default()
24
24
 
25
25
 
26
26
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$ImageAnalysis_ProtobufMessages.proto\x12\x0eimage_analysis\"e\n\x1bpb_ProtocolVersionDetection\x12!\n\x16protocol_version_major\x18\x01 \x01(\x05:\x01\x31\x12#\n\x16protocol_version_minor\x18\x02 \x01(\x05:\x03\x31\x31\x39\"\xd1\x05\n\x10pb_MessageHeader\x12\x42\n\x0cmessage_type\x18\x01 \x02(\x0e\x32,.image_analysis.pb_MessageHeader.MessageType\x12\x10\n\x08response\x18\x02 \x02(\x08\x12\x17\n\x0fmessage_counter\x18\x03 \x02(\r\x12\x19\n\x11size_message_body\x18\x04 \x02(\r\x12\x1e\n\x16protocol_version_major\x18\x05 \x01(\x05\x12\x1e\n\x16protocol_version_minor\x18\x06 \x01(\x05\x12\x18\n\x10timestamp_utc_ms\x18\x07 \x02(\x03\x12\x12\n\nerror_code\x18\x08 \x02(\x05\x12\x11\n\tinfo_text\x18\t \x01(\t\x12\x12\n\nint_values\x18\n \x03(\x05\x12\x15\n\rdouble_values\x18\x0b \x03(\x01\x12\x15\n\rstring_values\x18\x0c \x03(\t\"\xef\x02\n\x0bMessageType\x12\r\n\tUNDEFINED\x10\x00\x12\r\n\tGETSTATUS\x10\x01\x12\x0e\n\nGETVERSION\x10\x02\x12\x08\n\x04INIT\x10\x03\x12\x0e\n\nGETPRESETS\x10\x04\x12\x11\n\rGETPRESETINFO\x10\x05\x12\r\n\tSETCONFIG\x10\x06\x12\x10\n\x0cREMOVECONFIG\x10\x07\x12\x13\n\x0fGETCONFIGPARAMS\x10\x08\x12\x13\n\x0fSETCONFIGPARAMS\x10\t\x12\x10\n\x0c\x41NALYZEIMAGE\x10\n\x12\x0f\n\x0bIMAGERESULT\x10\x0b\x12\x0f\n\x0bINFOMESSAGE\x10\x0c\x12\x12\n\rGETCONFIGFILE\x10\xe8\x07\x12\x12\n\rSETCONFIGFILE\x10\xe9\x07\x12\x15\n\x10MODIFYCONFIGFILE\x10\xea\x07\x12\x12\n\rGETSTATISTICS\x10\xeb\x07\x12\x1b\n\x16OPENDIRECTORYINBROWSER\x10\xec\x07\x12\x16\n\x11OPENTASKINBROWSER\x10\xed\x07\"&\n\x0cpb_Body_Init\x12\x16\n\x0einit_hash_code\x18\x01 \x02(\t\"\x9a\x02\n\x1apb_Body_GetStatus_Response\x12\x16\n\x0einit_hash_code\x18\x01 \x02(\t\x12\x1d\n\x15init_timestamp_utc_ms\x18\x02 \x02(\x03\x12\x1a\n\x12\x63onfiguration_sets\x18\x03 \x03(\t\x12W\n\x11images_in_process\x18\x04 \x03(\x0b\x32<.image_analysis.pb_Body_GetStatus_Response.pb_ImageInProcess\x1aP\n\x11pb_ImageInProcess\x12\x1b\n\x13serial_number_image\x18\x01 \x02(\t\x12\x1e\n\x16\x63onfiguration_set_name\x18\x02 \x02(\t\"L\n\x1bpb_Body_GetVersion_Response\x12\x14\n\x0cprogram_name\x18\x01 \x02(\t\x12\x17\n\x0fprogram_version\x18\x02 \x02(\t\"7\n\x1bpb_Body_GetPresets_Response\x12\x18\n\x10preset_name_list\x18\x01 \x03(\t\",\n\x15pb_Body_GetPresetInfo\x12\x13\n\x0bpreset_name\x18\x01 \x02(\t\"\xcd\x05\n\x1epb_Body_GetPresetInfo_Response\x12Q\n\x0bpreset_info\x18\x01 \x01(\x0b\x32<.image_analysis.pb_Body_GetPresetInfo_Response.pb_PresetItem\x1a-\n\x0epb_AddInfoItem\x12\x0c\n\x04name\x18\x01 \x02(\t\x12\r\n\x05value\x18\x02 \x02(\t\x1a\xc3\x01\n\x10pb_ParamInfoItem\x12\x12\n\nparam_name\x18\x01 \x02(\t\x12<\n\x08\x64\x61tatype\x18\x02 \x02(\x0e\x32\x1c.image_analysis.DataTypeEnum:\x0cUNDEFINED_DT\x12]\n\tdirection\x18\x03 \x02(\x0e\x32<.image_analysis.pb_Body_GetPresetInfo_Response.DirectionEnum:\x0cUNDEFINED_DR\x1a\x99\x02\n\rpb_PresetItem\x12\x13\n\x0bpreset_name\x18\x01 \x02(\t\x12\x0c\n\x04\x64\x61te\x18\x02 \x01(\t\x12\x0f\n\x07version\x18\x03 \x01(\t\x12\x0f\n\x07\x63omment\x18\x04 \x01(\t\x12\x15\n\rfeature_types\x18\x05 \x03(\t\x12W\n\x10\x61\x64\x64itional_infos\x18\x06 \x03(\x0b\x32=.image_analysis.pb_Body_GetPresetInfo_Response.pb_AddInfoItem\x12S\n\nparam_list\x18\x07 \x03(\x0b\x32?.image_analysis.pb_Body_GetPresetInfo_Response.pb_ParamInfoItem\"G\n\rDirectionEnum\x12\x10\n\x0cUNDEFINED_DR\x10\x00\x12\t\n\x05IN_DR\x10\x01\x12\n\n\x06OUT_DR\x10\x02\x12\r\n\tIN_OUT_DR\x10\x03\"\xa4\x01\n\x0epb_ConfigParam\x12\x12\n\nparam_name\x18\x01 \x02(\t\x12<\n\x08\x64\x61tatype\x18\x02 \x02(\x0e\x32\x1c.image_analysis.DataTypeEnum:\x0cUNDEFINED_DT\x12\x12\n\nval_string\x18\x03 \x01(\t\x12\x10\n\x08val_json\x18\x04 \x01(\t\x12\x1a\n\nval_double\x18\x05 \x01(\x01:\x06-1e+99\"\xcf\x04\n\x11pb_Body_SetConfig\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\x12@\n\tcell_info\x18\x02 \x01(\x0b\x32-.image_analysis.pb_Body_SetConfig.pb_CellInfo\x12\x13\n\x0bpreset_name\x18\x03 \x01(\t\x12\x35\n\rconfig_params\x18\x04 \x03(\x0b\x32\x1e.image_analysis.pb_ConfigParam\x1a\x93\x03\n\x0bpb_CellInfo\x12\x18\n\x0c\x62usbar_count\x18\x01 \x01(\x05:\x02-1\x12p\n\x12\x62usbar_orientation\x18\x02 \x01(\x0e\x32\x46.image_analysis.pb_Body_SetConfig.pb_CellInfo.pb_BusbarOrientationEnum:\x0cUNDEFINED_BO\x12\x64\n\x0c\x63rystal_type\x18\x03 \x01(\x0e\x32@.image_analysis.pb_Body_SetConfig.pb_CellInfo.pb_CrystalTypeEnum:\x0cUNDEFINED_CT\"P\n\x18pb_BusbarOrientationEnum\x12\x10\n\x0cUNDEFINED_BO\x10\x00\x12\x11\n\rHORIZONTAL_BO\x10\x01\x12\x0f\n\x0bVERTICAL_BO\x10\x02\"@\n\x12pb_CrystalTypeEnum\x12\x10\n\x0cUNDEFINED_CT\x10\x00\x12\x0b\n\x07MONO_CT\x10\x01\x12\x0b\n\x07POLY_CT\x10\x02\".\n\x14pb_Body_RemoveConfig\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\"J\n\x17pb_Body_GetConfigParams\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\x12\x17\n\x0fparam_name_list\x18\x02 \x03(\t\"q\n pb_Body_GetConfigParams_Response\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\x12\x35\n\rconfig_params\x18\x02 \x03(\x0b\x32\x1e.image_analysis.pb_ConfigParam\"h\n\x17pb_Body_SetConfigParams\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\x12\x35\n\rconfig_params\x18\x02 \x03(\x0b\x32\x1e.image_analysis.pb_ConfigParam\"\x8c\x02\n\x0cpb_ImageData\x12I\n\x11image_file_format\x18\x01 \x02(\x0e\x32..image_analysis.pb_ImageData.pb_FileFormatEnum\x12\x12\n\nimage_data\x18\x02 \x01(\x0c\x12\x11\n\x05width\x18\x03 \x01(\x05:\x02-1\x12\x12\n\x06height\x18\x04 \x01(\x05:\x02-1\x12\x14\n\x08\x62itdepth\x18\x05 \x01(\x05:\x02-1\"`\n\x11pb_FileFormatEnum\x12\x10\n\x0cUNDEFINED_FF\x10\x00\x12\n\n\x06PNG_FF\x10\x01\x12\n\n\x06JPG_FF\x10\x02\x12\n\n\x06RAW_FF\x10\x03\x12\t\n\x05\x42YTES\x10\x64\x12\n\n\x06TIF_FF\x10\x65\"K\n\x0epb_MultiImages\x12\x0c\n\x04name\x18\x01 \x02(\t\x12+\n\x05image\x18\x02 \x01(\x0b\x32\x1c.image_analysis.pb_ImageData\"\x94\x02\n\x11pb_AdditionalData\x12I\n\x0enumeric_values\x18\x01 \x03(\x0b\x32\x31.image_analysis.pb_AdditionalData.pb_NumericValue\x12G\n\rstring_values\x18\x02 \x03(\x0b\x32\x30.image_analysis.pb_AdditionalData.pb_StringValue\x1a<\n\x0fpb_NumericValue\x12\x0c\n\x04name\x18\x01 \x02(\t\x12\x0c\n\x04unit\x18\x02 \x02(\t\x12\r\n\x05value\x18\x03 \x02(\x01\x1a-\n\x0epb_StringValue\x12\x0c\n\x04name\x18\x01 \x02(\t\x12\r\n\x05value\x18\x02 \x02(\t\"\xbd\x03\n\x14pb_Body_AnalyzeImage\x12\x1b\n\x13serial_number_image\x18\x01 \x02(\t\x12\x16\n\x0e\x63onfigset_name\x18\x02 \x02(\t\x12+\n\x05image\x18\x03 \x01(\x0b\x32\x1c.image_analysis.pb_ImageData\x12:\n\x0f\x61\x64\x64itional_data\x18\x04 \x01(\x0b\x32!.image_analysis.pb_AdditionalData\x12\x34\n\x0cmulti_images\x18\x05 \x03(\x0b\x32\x1e.image_analysis.pb_MultiImages\x12S\n\x0eupload_options\x18\x64 \x01(\x0b\x32;.image_analysis.pb_Body_AnalyzeImage.pb_DENK_UploadSettings\x1a|\n\x16pb_DENK_UploadSettings\x12\x13\n\x0bupload_path\x18\x01 \x01(\t\x12\x1a\n\x12upload_annotations\x18\x02 \x01(\x08\x12\x1e\n\x12\x63ompression_option\x18\x03 \x01(\x05:\x02-1\x12\x11\n\ttask_name\x18\x04 \x01(\t\"\x85\x15\n\x13pb_Body_ImageResult\x12\x1b\n\x13serial_number_image\x18\x01 \x02(\t\x12\x16\n\x0e\x63onfigset_name\x18\x02 \x02(\t\x12@\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32..image_analysis.pb_Body_ImageResult.pb_Feature\x12X\n\x14image_classification\x18\x04 \x01(\x0b\x32:.image_analysis.pb_Body_ImageResult.pb_ImageClassification\x12\x31\n\x0bimage_plain\x18\x05 \x01(\x0b\x32\x1c.image_analysis.pb_ImageData\x12\x34\n\x0eimage_overlaid\x18\x06 \x01(\x0b\x32\x1c.image_analysis.pb_ImageData\x12:\n\x12multi_images_plain\x18\x07 \x03(\x0b\x32\x1e.image_analysis.pb_MultiImages\x12=\n\x15multi_images_overlaid\x18\x08 \x03(\x0b\x32\x1e.image_analysis.pb_MultiImages\x1a\x46\n\x07pb_Rect\x12\r\n\x05x_pos\x18\x01 \x01(\x01\x12\r\n\x05y_pos\x18\x02 \x01(\x01\x12\r\n\x05width\x18\x03 \x01(\x01\x12\x0e\n\x06height\x18\x04 \x01(\x01\x1a%\n\rpb_DENK_Point\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x1an\n\x1apb_DENK_MinimalBoundingBox\x12\x10\n\x08\x63\x65nter_x\x18\x01 \x01(\x01\x12\x10\n\x08\x63\x65nter_y\x18\x02 \x01(\x01\x12\r\n\x05width\x18\x03 \x01(\x01\x12\x0e\n\x06height\x18\x04 \x01(\x01\x12\r\n\x05\x61ngle\x18\x05 \x01(\x01\x1a>\n\x14pb_DENK_OcrCharacter\x12\x11\n\tcharacter\x18\x01 \x01(\t\x12\x13\n\x0bprobability\x18\x02 \x01(\x01\x1ao\n\x1cpb_DENK_OcrCharacterPosition\x12O\n\rocr_character\x18\x01 \x03(\x0b\x32\x38.image_analysis.pb_Body_ImageResult.pb_DENK_OcrCharacter\x1a(\n\x10pb_DENK_PointInt\x12\t\n\x01x\x18\x01 \x01(\x03\x12\t\n\x01y\x18\x02 \x01(\x03\x1aW\n\x0fpb_DENK_Contour\x12\x44\n\x06points\x18\x01 \x03(\x0b\x32\x34.image_analysis.pb_Body_ImageResult.pb_DENK_PointInt\x1a\xc0\t\n\npb_Feature\x12\x19\n\x11\x66\x65\x61ture_type_name\x18\x01 \x02(\t\x12T\n\rfeature_infos\x18\x02 \x03(\x0b\x32=.image_analysis.pb_Body_ImageResult.pb_Feature.pb_FeatureInfo\x12\x19\n\x11multi_image_names\x18\x03 \x03(\t\x12\x0f\n\x07section\x18\x64 \x03(\t\x12\x14\n\x0c\x66iltered_out\x18\x65 \x01(\x08\x12\x12\n\nclassifier\x18\x66 \x01(\x01\x1a\xea\x07\n\x0epb_FeatureInfo\x12\x44\n\x0foutline_rect_px\x18\x01 \x01(\x0b\x32+.image_analysis.pb_Body_ImageResult.pb_Rect\x12\x1b\n\x0bprobability\x18\x02 \x01(\x01:\x06-1e+99\x12\x16\n\x06length\x18\x03 \x01(\x01:\x06-1e+99\x12\x14\n\x04\x61rea\x18\x04 \x01(\x01:\x06-1e+99\x12\x15\n\x05\x61ngle\x18\x05 \x01(\x01:\x06-1e+99\x12\x16\n\x06number\x18\x06 \x01(\x01:\x06-1e+99\x12\x17\n\x07\x61verage\x18\x07 \x01(\x01:\x06-1e+99\x12\x17\n\x07maximum\x18\x08 \x01(\x01:\x06-1e+99\x12\x17\n\x07minimum\x18\t \x01(\x01:\x06-1e+99\x12\x19\n\tarea_edge\x18\n \x01(\x01:\x06-1e+99\x12\x1b\n\x0b\x61rea_length\x18\x0b \x01(\x01:\x06-1e+99\x12\x1c\n\x0c\x61vggrayvalue\x18\r \x01(\x01:\x06-1e+99\x12\x1c\n\x0cmaxgrayvalue\x18\x0e \x01(\x01:\x06-1e+99\x12\x1c\n\x0cmingrayvalue\x18\x0f \x01(\x01:\x06-1e+99\x12\x0e\n\x02id\x18\x10 \x01(\x05:\x02-1\x12\x13\n\x0brelated_ids\x18\x11 \x03(\x05\x12\x15\n\x05width\x18\x64 \x01(\x01:\x06-1e+99\x12\x44\n\x0foutline_rect_mm\x18\x65 \x01(\x0b\x32+.image_analysis.pb_Body_ImageResult.pb_Rect\x12\x0b\n\x03uid\x18\x66 \x01(\t\x12\x14\n\x0crelated_uids\x18g \x03(\t\x12\\\n\x14minimal_bounding_box\x18h \x01(\x0b\x32>.image_analysis.pb_Body_ImageResult.pb_DENK_MinimalBoundingBox\x12U\n\x1aminimal_bounding_box_point\x18i \x03(\x0b\x32\x31.image_analysis.pb_Body_ImageResult.pb_DENK_Point\x12\x10\n\x08ocr_text\x18j \x01(\t\x12`\n\x16ocr_character_position\x18k \x03(\x0b\x32@.image_analysis.pb_Body_ImageResult.pb_DENK_OcrCharacterPosition\x12\x19\n\x11segmentation_mask\x18l \x01(\x0c\x12R\n\x15segmentation_contours\x18m \x03(\x0b\x32\x33.image_analysis.pb_Body_ImageResult.pb_DENK_Contour\x1a\xe2\x03\n\x16pb_ImageClassification\x12\x18\n\x10image_class_name\x18\x01 \x01(\t\x12k\n\x13image_quality_class\x18\x02 \x01(\x0e\x32N.image_analysis.pb_Body_ImageResult.pb_ImageClassification.pb_ImageQualityEnum\x12\x1a\n\x12image_quality_code\x18\x03 \x01(\t\x12#\n\x13image_quality_score\x18\x04 \x01(\x01:\x06-1e+99\x12\x1e\n\x0eimage_ok_score\x18\x05 \x01(\x01:\x06-1e+99\x12\"\n\x12image_avggrayvalue\x18\x06 \x01(\x01:\x06-1e+99\x12\"\n\x12image_maxgrayvalue\x18\x07 \x01(\x01:\x06-1e+99\x12\"\n\x12image_mingrayvalue\x18\x08 \x01(\x01:\x06-1e+99\"t\n\x13pb_ImageQualityEnum\x12\x15\n\x11UNDEFINED_QUALITY\x10\x00\x12\x14\n\x10NO_ISSUE_QUALITY\x10\x01\x12\x17\n\x13MINOR_ISSUE_QUALITY\x10\x02\x12\x17\n\x13MAJOR_ISSUE_QUALITY\x10\x03\"\xe4\x01\n\x13pb_Body_InfoMessage\x12\x46\n\tinfo_type\x18\x01 \x02(\x0e\x32\x33.image_analysis.pb_Body_InfoMessage.pb_InfoTypeEnum\x12\x14\n\x0cnumeric_code\x18\x02 \x02(\x05\x12\x11\n\tinfo_text\x18\x03 \x02(\t\"\\\n\x0fpb_InfoTypeEnum\x12\x10\n\x0cUNDEFINED_IT\x10\x00\x12\x0c\n\x08\x44\x45\x42UG_IT\x10\x01\x12\x0b\n\x07INFO_IT\x10\x02\x12\x0e\n\nWARNING_IT\x10\x03\x12\x0c\n\x08\x45RROR_IT\x10\x04\"\x95\x01\n\x1epb_Body_GetConfigFile_Response\x12\x18\n\x10\x63onfig_file_name\x18\x01 \x02(\t\x12\x1b\n\x13\x63onfig_content_json\x18\x02 \x02(\t\x12\x1e\n\x16\x61vailable_config_files\x18\x03 \x03(\t\x12\x1c\n\x14\x63urrent_default_file\x18\x04 \x02(\t\"M\n\x15pb_Body_SetConfigFile\x12\x1c\n\x14new_config_file_name\x18\x01 \x02(\t\x12\x16\n\x0eset_as_default\x18\x02 \x02(\x08\"Q\n\x18pb_Body_ModifyConfigFile\x12\x18\n\x10\x63onfig_file_name\x18\x01 \x02(\t\x12\x1b\n\x13\x63onfig_content_json\x18\x02 \x02(\t\"8\n\x1epb_Body_GetStatistics_Response\x12\x16\n\x0estatistics_csv\x18\x01 \x02(\t\".\n\x1epb_Body_OpenDirectoryInBrowser\x12\x0c\n\x04path\x18\x01 \x02(\t\".\n\x19pb_Body_OpenTaskInBrowser\x12\x11\n\ttask_name\x18\x01 \x02(\t*K\n\x0c\x44\x61taTypeEnum\x12\x10\n\x0cUNDEFINED_DT\x10\x00\x12\r\n\tSTRING_DT\x10\x01\x12\r\n\tDOUBLE_DT\x10\x02\x12\x0b\n\x07JSON_DT\x10\x03\x42-Z\x1b\x64\x65nkproto-go/image-analysis\xaa\x02\rDENK.Proto.IA')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$ImageAnalysis_ProtobufMessages.proto\x12\x0eimage_analysis\"e\n\x1bpb_ProtocolVersionDetection\x12!\n\x16protocol_version_major\x18\x01 \x01(\x05:\x01\x31\x12#\n\x16protocol_version_minor\x18\x02 \x01(\x05:\x03\x31\x31\x39\"\xd1\x05\n\x10pb_MessageHeader\x12\x42\n\x0cmessage_type\x18\x01 \x02(\x0e\x32,.image_analysis.pb_MessageHeader.MessageType\x12\x10\n\x08response\x18\x02 \x02(\x08\x12\x17\n\x0fmessage_counter\x18\x03 \x02(\r\x12\x19\n\x11size_message_body\x18\x04 \x02(\r\x12\x1e\n\x16protocol_version_major\x18\x05 \x01(\x05\x12\x1e\n\x16protocol_version_minor\x18\x06 \x01(\x05\x12\x18\n\x10timestamp_utc_ms\x18\x07 \x02(\x03\x12\x12\n\nerror_code\x18\x08 \x02(\x05\x12\x11\n\tinfo_text\x18\t \x01(\t\x12\x12\n\nint_values\x18\n \x03(\x05\x12\x15\n\rdouble_values\x18\x0b \x03(\x01\x12\x15\n\rstring_values\x18\x0c \x03(\t\"\xef\x02\n\x0bMessageType\x12\r\n\tUNDEFINED\x10\x00\x12\r\n\tGETSTATUS\x10\x01\x12\x0e\n\nGETVERSION\x10\x02\x12\x08\n\x04INIT\x10\x03\x12\x0e\n\nGETPRESETS\x10\x04\x12\x11\n\rGETPRESETINFO\x10\x05\x12\r\n\tSETCONFIG\x10\x06\x12\x10\n\x0cREMOVECONFIG\x10\x07\x12\x13\n\x0fGETCONFIGPARAMS\x10\x08\x12\x13\n\x0fSETCONFIGPARAMS\x10\t\x12\x10\n\x0c\x41NALYZEIMAGE\x10\n\x12\x0f\n\x0bIMAGERESULT\x10\x0b\x12\x0f\n\x0bINFOMESSAGE\x10\x0c\x12\x12\n\rGETCONFIGFILE\x10\xe8\x07\x12\x12\n\rSETCONFIGFILE\x10\xe9\x07\x12\x15\n\x10MODIFYCONFIGFILE\x10\xea\x07\x12\x12\n\rGETSTATISTICS\x10\xeb\x07\x12\x1b\n\x16OPENDIRECTORYINBROWSER\x10\xec\x07\x12\x16\n\x11OPENTASKINBROWSER\x10\xed\x07\"&\n\x0cpb_Body_Init\x12\x16\n\x0einit_hash_code\x18\x01 \x02(\t\"\x9a\x02\n\x1apb_Body_GetStatus_Response\x12\x16\n\x0einit_hash_code\x18\x01 \x02(\t\x12\x1d\n\x15init_timestamp_utc_ms\x18\x02 \x02(\x03\x12\x1a\n\x12\x63onfiguration_sets\x18\x03 \x03(\t\x12W\n\x11images_in_process\x18\x04 \x03(\x0b\x32<.image_analysis.pb_Body_GetStatus_Response.pb_ImageInProcess\x1aP\n\x11pb_ImageInProcess\x12\x1b\n\x13serial_number_image\x18\x01 \x02(\t\x12\x1e\n\x16\x63onfiguration_set_name\x18\x02 \x02(\t\"L\n\x1bpb_Body_GetVersion_Response\x12\x14\n\x0cprogram_name\x18\x01 \x02(\t\x12\x17\n\x0fprogram_version\x18\x02 \x02(\t\"7\n\x1bpb_Body_GetPresets_Response\x12\x18\n\x10preset_name_list\x18\x01 \x03(\t\",\n\x15pb_Body_GetPresetInfo\x12\x13\n\x0bpreset_name\x18\x01 \x02(\t\"\xcd\x05\n\x1epb_Body_GetPresetInfo_Response\x12Q\n\x0bpreset_info\x18\x01 \x01(\x0b\x32<.image_analysis.pb_Body_GetPresetInfo_Response.pb_PresetItem\x1a-\n\x0epb_AddInfoItem\x12\x0c\n\x04name\x18\x01 \x02(\t\x12\r\n\x05value\x18\x02 \x02(\t\x1a\xc3\x01\n\x10pb_ParamInfoItem\x12\x12\n\nparam_name\x18\x01 \x02(\t\x12<\n\x08\x64\x61tatype\x18\x02 \x02(\x0e\x32\x1c.image_analysis.DataTypeEnum:\x0cUNDEFINED_DT\x12]\n\tdirection\x18\x03 \x02(\x0e\x32<.image_analysis.pb_Body_GetPresetInfo_Response.DirectionEnum:\x0cUNDEFINED_DR\x1a\x99\x02\n\rpb_PresetItem\x12\x13\n\x0bpreset_name\x18\x01 \x02(\t\x12\x0c\n\x04\x64\x61te\x18\x02 \x01(\t\x12\x0f\n\x07version\x18\x03 \x01(\t\x12\x0f\n\x07\x63omment\x18\x04 \x01(\t\x12\x15\n\rfeature_types\x18\x05 \x03(\t\x12W\n\x10\x61\x64\x64itional_infos\x18\x06 \x03(\x0b\x32=.image_analysis.pb_Body_GetPresetInfo_Response.pb_AddInfoItem\x12S\n\nparam_list\x18\x07 \x03(\x0b\x32?.image_analysis.pb_Body_GetPresetInfo_Response.pb_ParamInfoItem\"G\n\rDirectionEnum\x12\x10\n\x0cUNDEFINED_DR\x10\x00\x12\t\n\x05IN_DR\x10\x01\x12\n\n\x06OUT_DR\x10\x02\x12\r\n\tIN_OUT_DR\x10\x03\"\xa4\x01\n\x0epb_ConfigParam\x12\x12\n\nparam_name\x18\x01 \x02(\t\x12<\n\x08\x64\x61tatype\x18\x02 \x02(\x0e\x32\x1c.image_analysis.DataTypeEnum:\x0cUNDEFINED_DT\x12\x12\n\nval_string\x18\x03 \x01(\t\x12\x10\n\x08val_json\x18\x04 \x01(\t\x12\x1a\n\nval_double\x18\x05 \x01(\x01:\x06-1e+99\"\xcf\x04\n\x11pb_Body_SetConfig\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\x12@\n\tcell_info\x18\x02 \x01(\x0b\x32-.image_analysis.pb_Body_SetConfig.pb_CellInfo\x12\x13\n\x0bpreset_name\x18\x03 \x01(\t\x12\x35\n\rconfig_params\x18\x04 \x03(\x0b\x32\x1e.image_analysis.pb_ConfigParam\x1a\x93\x03\n\x0bpb_CellInfo\x12\x18\n\x0c\x62usbar_count\x18\x01 \x01(\x05:\x02-1\x12p\n\x12\x62usbar_orientation\x18\x02 \x01(\x0e\x32\x46.image_analysis.pb_Body_SetConfig.pb_CellInfo.pb_BusbarOrientationEnum:\x0cUNDEFINED_BO\x12\x64\n\x0c\x63rystal_type\x18\x03 \x01(\x0e\x32@.image_analysis.pb_Body_SetConfig.pb_CellInfo.pb_CrystalTypeEnum:\x0cUNDEFINED_CT\"P\n\x18pb_BusbarOrientationEnum\x12\x10\n\x0cUNDEFINED_BO\x10\x00\x12\x11\n\rHORIZONTAL_BO\x10\x01\x12\x0f\n\x0bVERTICAL_BO\x10\x02\"@\n\x12pb_CrystalTypeEnum\x12\x10\n\x0cUNDEFINED_CT\x10\x00\x12\x0b\n\x07MONO_CT\x10\x01\x12\x0b\n\x07POLY_CT\x10\x02\".\n\x14pb_Body_RemoveConfig\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\"J\n\x17pb_Body_GetConfigParams\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\x12\x17\n\x0fparam_name_list\x18\x02 \x03(\t\"q\n pb_Body_GetConfigParams_Response\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\x12\x35\n\rconfig_params\x18\x02 \x03(\x0b\x32\x1e.image_analysis.pb_ConfigParam\"h\n\x17pb_Body_SetConfigParams\x12\x16\n\x0e\x63onfigset_name\x18\x01 \x02(\t\x12\x35\n\rconfig_params\x18\x02 \x03(\x0b\x32\x1e.image_analysis.pb_ConfigParam\"\x8c\x02\n\x0cpb_ImageData\x12I\n\x11image_file_format\x18\x01 \x02(\x0e\x32..image_analysis.pb_ImageData.pb_FileFormatEnum\x12\x12\n\nimage_data\x18\x02 \x01(\x0c\x12\x11\n\x05width\x18\x03 \x01(\x05:\x02-1\x12\x12\n\x06height\x18\x04 \x01(\x05:\x02-1\x12\x14\n\x08\x62itdepth\x18\x05 \x01(\x05:\x02-1\"`\n\x11pb_FileFormatEnum\x12\x10\n\x0cUNDEFINED_FF\x10\x00\x12\n\n\x06PNG_FF\x10\x01\x12\n\n\x06JPG_FF\x10\x02\x12\n\n\x06RAW_FF\x10\x03\x12\t\n\x05\x42YTES\x10\x64\x12\n\n\x06TIF_FF\x10\x65\"K\n\x0epb_MultiImages\x12\x0c\n\x04name\x18\x01 \x02(\t\x12+\n\x05image\x18\x02 \x01(\x0b\x32\x1c.image_analysis.pb_ImageData\"\x94\x02\n\x11pb_AdditionalData\x12I\n\x0enumeric_values\x18\x01 \x03(\x0b\x32\x31.image_analysis.pb_AdditionalData.pb_NumericValue\x12G\n\rstring_values\x18\x02 \x03(\x0b\x32\x30.image_analysis.pb_AdditionalData.pb_StringValue\x1a<\n\x0fpb_NumericValue\x12\x0c\n\x04name\x18\x01 \x02(\t\x12\x0c\n\x04unit\x18\x02 \x02(\t\x12\r\n\x05value\x18\x03 \x02(\x01\x1a-\n\x0epb_StringValue\x12\x0c\n\x04name\x18\x01 \x02(\t\x12\r\n\x05value\x18\x02 \x02(\t\"\xbd\x03\n\x14pb_Body_AnalyzeImage\x12\x1b\n\x13serial_number_image\x18\x01 \x02(\t\x12\x16\n\x0e\x63onfigset_name\x18\x02 \x02(\t\x12+\n\x05image\x18\x03 \x01(\x0b\x32\x1c.image_analysis.pb_ImageData\x12:\n\x0f\x61\x64\x64itional_data\x18\x04 \x01(\x0b\x32!.image_analysis.pb_AdditionalData\x12\x34\n\x0cmulti_images\x18\x05 \x03(\x0b\x32\x1e.image_analysis.pb_MultiImages\x12S\n\x0eupload_options\x18\x64 \x01(\x0b\x32;.image_analysis.pb_Body_AnalyzeImage.pb_DENK_UploadSettings\x1a|\n\x16pb_DENK_UploadSettings\x12\x13\n\x0bupload_path\x18\x01 \x01(\t\x12\x1a\n\x12upload_annotations\x18\x02 \x01(\x08\x12\x1e\n\x12\x63ompression_option\x18\x03 \x01(\x05:\x02-1\x12\x11\n\ttask_name\x18\x04 \x01(\t\"\x85\x15\n\x13pb_Body_ImageResult\x12\x1b\n\x13serial_number_image\x18\x01 \x02(\t\x12\x16\n\x0e\x63onfigset_name\x18\x02 \x02(\t\x12@\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32..image_analysis.pb_Body_ImageResult.pb_Feature\x12X\n\x14image_classification\x18\x04 \x01(\x0b\x32:.image_analysis.pb_Body_ImageResult.pb_ImageClassification\x12\x31\n\x0bimage_plain\x18\x05 \x01(\x0b\x32\x1c.image_analysis.pb_ImageData\x12\x34\n\x0eimage_overlaid\x18\x06 \x01(\x0b\x32\x1c.image_analysis.pb_ImageData\x12:\n\x12multi_images_plain\x18\x07 \x03(\x0b\x32\x1e.image_analysis.pb_MultiImages\x12=\n\x15multi_images_overlaid\x18\x08 \x03(\x0b\x32\x1e.image_analysis.pb_MultiImages\x1a\x46\n\x07pb_Rect\x12\r\n\x05x_pos\x18\x01 \x01(\x01\x12\r\n\x05y_pos\x18\x02 \x01(\x01\x12\r\n\x05width\x18\x03 \x01(\x01\x12\x0e\n\x06height\x18\x04 \x01(\x01\x1a%\n\rpb_DENK_Point\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\x1an\n\x1apb_DENK_MinimalBoundingBox\x12\x10\n\x08\x63\x65nter_x\x18\x01 \x01(\x01\x12\x10\n\x08\x63\x65nter_y\x18\x02 \x01(\x01\x12\r\n\x05width\x18\x03 \x01(\x01\x12\x0e\n\x06height\x18\x04 \x01(\x01\x12\r\n\x05\x61ngle\x18\x05 \x01(\x01\x1a>\n\x14pb_DENK_OcrCharacter\x12\x11\n\tcharacter\x18\x01 \x01(\t\x12\x13\n\x0bprobability\x18\x02 \x01(\x01\x1ao\n\x1cpb_DENK_OcrCharacterPosition\x12O\n\rocr_character\x18\x01 \x03(\x0b\x32\x38.image_analysis.pb_Body_ImageResult.pb_DENK_OcrCharacter\x1a(\n\x10pb_DENK_PointInt\x12\t\n\x01x\x18\x01 \x01(\x03\x12\t\n\x01y\x18\x02 \x01(\x03\x1aW\n\x0fpb_DENK_Contour\x12\x44\n\x06points\x18\x01 \x03(\x0b\x32\x34.image_analysis.pb_Body_ImageResult.pb_DENK_PointInt\x1a\xc0\t\n\npb_Feature\x12\x19\n\x11\x66\x65\x61ture_type_name\x18\x01 \x02(\t\x12T\n\rfeature_infos\x18\x02 \x03(\x0b\x32=.image_analysis.pb_Body_ImageResult.pb_Feature.pb_FeatureInfo\x12\x19\n\x11multi_image_names\x18\x03 \x03(\t\x12\x0f\n\x07section\x18\x64 \x03(\t\x12\x14\n\x0c\x66iltered_out\x18\x65 \x01(\x08\x12\x12\n\nclassifier\x18\x66 \x01(\x01\x1a\xea\x07\n\x0epb_FeatureInfo\x12\x44\n\x0foutline_rect_px\x18\x01 \x01(\x0b\x32+.image_analysis.pb_Body_ImageResult.pb_Rect\x12\x1b\n\x0bprobability\x18\x02 \x01(\x01:\x06-1e+99\x12\x16\n\x06length\x18\x03 \x01(\x01:\x06-1e+99\x12\x14\n\x04\x61rea\x18\x04 \x01(\x01:\x06-1e+99\x12\x15\n\x05\x61ngle\x18\x05 \x01(\x01:\x06-1e+99\x12\x16\n\x06number\x18\x06 \x01(\x01:\x06-1e+99\x12\x17\n\x07\x61verage\x18\x07 \x01(\x01:\x06-1e+99\x12\x17\n\x07maximum\x18\x08 \x01(\x01:\x06-1e+99\x12\x17\n\x07minimum\x18\t \x01(\x01:\x06-1e+99\x12\x19\n\tarea_edge\x18\n \x01(\x01:\x06-1e+99\x12\x1b\n\x0b\x61rea_length\x18\x0b \x01(\x01:\x06-1e+99\x12\x1c\n\x0c\x61vggrayvalue\x18\r \x01(\x01:\x06-1e+99\x12\x1c\n\x0cmaxgrayvalue\x18\x0e \x01(\x01:\x06-1e+99\x12\x1c\n\x0cmingrayvalue\x18\x0f \x01(\x01:\x06-1e+99\x12\x0e\n\x02id\x18\x10 \x01(\x05:\x02-1\x12\x13\n\x0brelated_ids\x18\x11 \x03(\x05\x12\x15\n\x05width\x18\x64 \x01(\x01:\x06-1e+99\x12\x44\n\x0foutline_rect_mm\x18\x65 \x01(\x0b\x32+.image_analysis.pb_Body_ImageResult.pb_Rect\x12\x0b\n\x03uid\x18\x66 \x01(\t\x12\x14\n\x0crelated_uids\x18g \x03(\t\x12\\\n\x14minimal_bounding_box\x18h \x01(\x0b\x32>.image_analysis.pb_Body_ImageResult.pb_DENK_MinimalBoundingBox\x12U\n\x1aminimal_bounding_box_point\x18i \x03(\x0b\x32\x31.image_analysis.pb_Body_ImageResult.pb_DENK_Point\x12\x10\n\x08ocr_text\x18j \x01(\t\x12`\n\x16ocr_character_position\x18k \x03(\x0b\x32@.image_analysis.pb_Body_ImageResult.pb_DENK_OcrCharacterPosition\x12\x19\n\x11segmentation_mask\x18l \x01(\x0c\x12R\n\x15segmentation_contours\x18m \x03(\x0b\x32\x33.image_analysis.pb_Body_ImageResult.pb_DENK_Contour\x1a\xe2\x03\n\x16pb_ImageClassification\x12\x18\n\x10image_class_name\x18\x01 \x01(\t\x12k\n\x13image_quality_class\x18\x02 \x01(\x0e\x32N.image_analysis.pb_Body_ImageResult.pb_ImageClassification.pb_ImageQualityEnum\x12\x1a\n\x12image_quality_code\x18\x03 \x01(\t\x12#\n\x13image_quality_score\x18\x04 \x01(\x01:\x06-1e+99\x12\x1e\n\x0eimage_ok_score\x18\x05 \x01(\x01:\x06-1e+99\x12\"\n\x12image_avggrayvalue\x18\x06 \x01(\x01:\x06-1e+99\x12\"\n\x12image_maxgrayvalue\x18\x07 \x01(\x01:\x06-1e+99\x12\"\n\x12image_mingrayvalue\x18\x08 \x01(\x01:\x06-1e+99\"t\n\x13pb_ImageQualityEnum\x12\x15\n\x11UNDEFINED_QUALITY\x10\x00\x12\x14\n\x10NO_ISSUE_QUALITY\x10\x01\x12\x17\n\x13MINOR_ISSUE_QUALITY\x10\x02\x12\x17\n\x13MAJOR_ISSUE_QUALITY\x10\x03\"\xe4\x01\n\x13pb_Body_InfoMessage\x12\x46\n\tinfo_type\x18\x01 \x02(\x0e\x32\x33.image_analysis.pb_Body_InfoMessage.pb_InfoTypeEnum\x12\x14\n\x0cnumeric_code\x18\x02 \x02(\x05\x12\x11\n\tinfo_text\x18\x03 \x02(\t\"\\\n\x0fpb_InfoTypeEnum\x12\x10\n\x0cUNDEFINED_IT\x10\x00\x12\x0c\n\x08\x44\x45\x42UG_IT\x10\x01\x12\x0b\n\x07INFO_IT\x10\x02\x12\x0e\n\nWARNING_IT\x10\x03\x12\x0c\n\x08\x45RROR_IT\x10\x04\"\x95\x01\n\x1epb_Body_GetConfigFile_Response\x12\x18\n\x10\x63onfig_file_name\x18\x01 \x02(\t\x12\x1b\n\x13\x63onfig_content_json\x18\x02 \x02(\t\x12\x1e\n\x16\x61vailable_config_files\x18\x03 \x03(\t\x12\x1c\n\x14\x63urrent_default_file\x18\x04 \x02(\t\"M\n\x15pb_Body_SetConfigFile\x12\x1c\n\x14new_config_file_name\x18\x01 \x02(\t\x12\x16\n\x0eset_as_default\x18\x02 \x02(\x08\"Q\n\x18pb_Body_ModifyConfigFile\x12\x18\n\x10\x63onfig_file_name\x18\x01 \x02(\t\x12\x1b\n\x13\x63onfig_content_json\x18\x02 \x02(\t\"8\n\x1epb_Body_GetStatistics_Response\x12\x16\n\x0estatistics_csv\x18\x01 \x02(\t\".\n\x1epb_Body_OpenDirectoryInBrowser\x12\x0c\n\x04path\x18\x01 \x02(\t\".\n\x19pb_Body_OpenTaskInBrowser\x12\x11\n\ttask_name\x18\x01 \x02(\t*K\n\x0c\x44\x61taTypeEnum\x12\x10\n\x0cUNDEFINED_DT\x10\x00\x12\r\n\tSTRING_DT\x10\x01\x12\r\n\tDOUBLE_DT\x10\x02\x12\x0b\n\x07JSON_DT\x10\x03\x42\x41Z/github.com/DENKweit/denkproto-go/image-analysis\xaa\x02\rDENK.Proto.IA')
28
28
 
29
29
  _globals = globals()
30
30
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
31
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ImageAnalysis_ProtobufMessages_pb2', _globals)
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  _globals['DESCRIPTOR']._loaded_options = None
34
- _globals['DESCRIPTOR']._serialized_options = b'Z\033denkproto-go/image-analysis\252\002\rDENK.Proto.IA'
34
+ _globals['DESCRIPTOR']._serialized_options = b'Z/github.com/DENKweit/denkproto-go/image-analysis\252\002\rDENK.Proto.IA'
35
35
  _globals['_DATATYPEENUM']._serialized_start=7685
36
36
  _globals['_DATATYPEENUM']._serialized_end=7760
37
37
  _globals['_PB_PROTOCOLVERSIONDETECTION']._serialized_start=56
denkproto/__about__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.0.42"
1
+ __version__ = "1.0.43"
@@ -24,14 +24,14 @@ _sym_db = _symbol_database.Default()
24
24
 
25
25
 
26
26
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0f\x64\x65nkcache.proto\x12\tdenkcache\"@\n\x13ObjectExistsRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\"&\n\x14ObjectExistsResponse\x12\x0e\n\x06\x65xists\x18\x01 \x01(\x08\"h\n\x13ObjectSourceMessage\x12\'\n\x06source\x18\x01 \x01(\x0e\x32\x17.denkcache.ObjectSource\x12\x18\n\x0bsource_info\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_source_info\"=\n\x10GetObjectRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\"S\n\x11GetObjectResponse\x12\x0e\n\x06object\x18\x01 \x01(\x0c\x12.\n\x06source\x18\x02 \x01(\x0b\x32\x1e.denkcache.ObjectSourceMessage\"\x99\x01\n\x12\x43\x61\x63heObjectRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\x12\x0e\n\x06object\x18\x03 \x01(\x0c\x12\x37\n\x0c\x63\x61\x63he_policy\x18\x04 \x01(\x0e\x32\x1c.denkcache.CacheObjectPolicyH\x00\x88\x01\x01\x42\x0f\n\r_cache_policy\"\x15\n\x13\x43\x61\x63heObjectResponse\"\x8d\x01\n\x16GetCachedObjectRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\x12\x37\n\x0c\x63\x61\x63he_policy\x18\x03 \x01(\x0e\x32\x1c.denkcache.CacheObjectPolicyH\x00\x88\x01\x01\x42\x0f\n\r_cache_policy\"9\n\x17GetCachedObjectResponse\x12\x13\n\x06object\x18\x01 \x01(\x0cH\x00\x88\x01\x01\x42\t\n\x07_object\"C\n\x16HasObjectCachedRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\")\n\x17HasObjectCachedResponse\x12\x0e\n\x06\x65xists\x18\x01 \x01(\x08\"\x11\n\x0fPingPongRequest\"\x12\n\x10PingPongResponse\"=\n\x15\x43hangeSettingsRequest\x12\x16\n\tlog_level\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x0c\n\n_log_level\"\x18\n\x16\x43hangeSettingsResponse\"D\n\x17InvalidateObjectRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\"+\n\x18InvalidateObjectResponse\x12\x0f\n\x07\x65xisted\x18\x01 \x01(\x08*v\n\x0cObjectSource\x12\x18\n\x14OBJECT_SOURCE_MEMORY\x10\x00\x12\x16\n\x12OBJECT_SOURCE_DISK\x10\x01\x12\x1b\n\x17OBJECT_SOURCE_DENKCACHE\x10\x02\x12\x17\n\x13OBJECT_SOURCE_AZURE\x10\x03*H\n\x11\x43\x61\x63heObjectPolicy\x12\x0f\n\x0bMEMORY_ONLY\x10\x00\x12\r\n\tDISK_ONLY\x10\x01\x12\x13\n\x0fMEMORY_AND_DISK\x10\x02\x32\x9f\x05\n\tDENKcache\x12U\n\x0e\x43hangeSettings\x12 .denkcache.ChangeSettingsRequest\x1a!.denkcache.ChangeSettingsResponse\x12\x43\n\x08PingPong\x12\x1a.denkcache.PingPongRequest\x1a\x1b.denkcache.PingPongResponse\x12[\n\x10InvalidateObject\x12\".denkcache.InvalidateObjectRequest\x1a#.denkcache.InvalidateObjectResponse\x12X\n\x0fHasObjectCached\x12!.denkcache.HasObjectCachedRequest\x1a\".denkcache.HasObjectCachedResponse\x12O\n\x0cObjectExists\x12\x1e.denkcache.ObjectExistsRequest\x1a\x1f.denkcache.ObjectExistsResponse\x12\x46\n\tGetObject\x12\x1b.denkcache.GetObjectRequest\x1a\x1c.denkcache.GetObjectResponse\x12L\n\x0b\x43\x61\x63heObject\x12\x1d.denkcache.CacheObjectRequest\x1a\x1e.denkcache.CacheObjectResponse\x12X\n\x0fGetCachedObject\x12!.denkcache.GetCachedObjectRequest\x1a\".denkcache.GetCachedObjectResponseB/Z\x16\x64\x65nkproto-go/denkcache\xaa\x02\x14\x44\x45NK.Proto.DENKcacheb\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0f\x64\x65nkcache.proto\x12\tdenkcache\"@\n\x13ObjectExistsRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\"&\n\x14ObjectExistsResponse\x12\x0e\n\x06\x65xists\x18\x01 \x01(\x08\"h\n\x13ObjectSourceMessage\x12\'\n\x06source\x18\x01 \x01(\x0e\x32\x17.denkcache.ObjectSource\x12\x18\n\x0bsource_info\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_source_info\"=\n\x10GetObjectRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\"S\n\x11GetObjectResponse\x12\x0e\n\x06object\x18\x01 \x01(\x0c\x12.\n\x06source\x18\x02 \x01(\x0b\x32\x1e.denkcache.ObjectSourceMessage\"\x99\x01\n\x12\x43\x61\x63heObjectRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\x12\x0e\n\x06object\x18\x03 \x01(\x0c\x12\x37\n\x0c\x63\x61\x63he_policy\x18\x04 \x01(\x0e\x32\x1c.denkcache.CacheObjectPolicyH\x00\x88\x01\x01\x42\x0f\n\r_cache_policy\"\x15\n\x13\x43\x61\x63heObjectResponse\"\x8d\x01\n\x16GetCachedObjectRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\x12\x37\n\x0c\x63\x61\x63he_policy\x18\x03 \x01(\x0e\x32\x1c.denkcache.CacheObjectPolicyH\x00\x88\x01\x01\x42\x0f\n\r_cache_policy\"9\n\x17GetCachedObjectResponse\x12\x13\n\x06object\x18\x01 \x01(\x0cH\x00\x88\x01\x01\x42\t\n\x07_object\"C\n\x16HasObjectCachedRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\")\n\x17HasObjectCachedResponse\x12\x0e\n\x06\x65xists\x18\x01 \x01(\x08\"\x11\n\x0fPingPongRequest\"\x12\n\x10PingPongResponse\"=\n\x15\x43hangeSettingsRequest\x12\x16\n\tlog_level\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x0c\n\n_log_level\"\x18\n\x16\x43hangeSettingsResponse\"D\n\x17InvalidateObjectRequest\x12\x16\n\x0e\x63ontainer_name\x18\x01 \x01(\t\x12\x11\n\tblob_name\x18\x02 \x01(\t\"+\n\x18InvalidateObjectResponse\x12\x0f\n\x07\x65xisted\x18\x01 \x01(\x08*v\n\x0cObjectSource\x12\x18\n\x14OBJECT_SOURCE_MEMORY\x10\x00\x12\x16\n\x12OBJECT_SOURCE_DISK\x10\x01\x12\x1b\n\x17OBJECT_SOURCE_DENKCACHE\x10\x02\x12\x17\n\x13OBJECT_SOURCE_AZURE\x10\x03*H\n\x11\x43\x61\x63heObjectPolicy\x12\x0f\n\x0bMEMORY_ONLY\x10\x00\x12\r\n\tDISK_ONLY\x10\x01\x12\x13\n\x0fMEMORY_AND_DISK\x10\x02\x32\x9f\x05\n\tDENKcache\x12U\n\x0e\x43hangeSettings\x12 .denkcache.ChangeSettingsRequest\x1a!.denkcache.ChangeSettingsResponse\x12\x43\n\x08PingPong\x12\x1a.denkcache.PingPongRequest\x1a\x1b.denkcache.PingPongResponse\x12[\n\x10InvalidateObject\x12\".denkcache.InvalidateObjectRequest\x1a#.denkcache.InvalidateObjectResponse\x12X\n\x0fHasObjectCached\x12!.denkcache.HasObjectCachedRequest\x1a\".denkcache.HasObjectCachedResponse\x12O\n\x0cObjectExists\x12\x1e.denkcache.ObjectExistsRequest\x1a\x1f.denkcache.ObjectExistsResponse\x12\x46\n\tGetObject\x12\x1b.denkcache.GetObjectRequest\x1a\x1c.denkcache.GetObjectResponse\x12L\n\x0b\x43\x61\x63heObject\x12\x1d.denkcache.CacheObjectRequest\x1a\x1e.denkcache.CacheObjectResponse\x12X\n\x0fGetCachedObject\x12!.denkcache.GetCachedObjectRequest\x1a\".denkcache.GetCachedObjectResponseBCZ*github.com/DENKweit/denkproto-go/denkcache\xaa\x02\x14\x44\x45NK.Proto.DENKcacheb\x06proto3')
28
28
 
29
29
  _globals = globals()
30
30
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
31
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'denkcache_pb2', _globals)
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  _globals['DESCRIPTOR']._loaded_options = None
34
- _globals['DESCRIPTOR']._serialized_options = b'Z\026denkproto-go/denkcache\252\002\024DENK.Proto.DENKcache'
34
+ _globals['DESCRIPTOR']._serialized_options = b'Z*github.com/DENKweit/denkproto-go/denkcache\252\002\024DENK.Proto.DENKcache'
35
35
  _globals['_OBJECTSOURCE']._serialized_start=1127
36
36
  _globals['_OBJECTSOURCE']._serialized_end=1245
37
37
  _globals['_CACHEOBJECTPOLICY']._serialized_start=1247
@@ -25,14 +25,14 @@ _sym_db = _symbol_database.Default()
25
25
  import modelfile_v2_pb2 as modelfile__v2__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15inference_graph.proto\x12\x0finference_graph\x1a\x12modelfile-v2.proto\"\x8d\x01\n\x0bModelSource\x12-\n\nfrom_proto\x18\x01 \x01(\x0b\x32\x17.modelfile.v2.ModelFileH\x00\x12\x19\n\x0f\x66rom_network_id\x18\x02 \x01(\tH\x00\x12$\n\x1a\x66rom_network_experiment_id\x18\x03 \x01(\tH\x00\x42\x0e\n\x0cmodel_source\"\xec\x02\n\x0f\x43onstTensorNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06output\x18\x02 \x01(\t\x12\r\n\x05shape\x18\x03 \x03(\r\x12\x43\n\x0buint64_data\x18\x04 \x01(\x0b\x32,.inference_graph.ConstTensorNode.Uint64ArrayH\x00\x12\x41\n\nint64_data\x18\x05 \x01(\x0b\x32+.inference_graph.ConstTensorNode.Int64ArrayH\x00\x12\x45\n\x0c\x66loat64_data\x18\x06 \x01(\x0b\x32-.inference_graph.ConstTensorNode.Float64ArrayH\x00\x1a\x1b\n\x0bUint64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\r\x1a\x1a\n\nInt64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x11\x1a\x1c\n\x0c\x46loat64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x01\x42\x06\n\x04\x64\x61ta\"L\n\x12GenerateNumberNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06output\x18\x02 \x01(\t\x12\x0b\n\x03min\x18\x03 \x01(\r\x12\x0b\n\x03max\x18\x04 \x01(\r\"^\n\x0e\x41\x64\x64NumbersNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x16\n\x0einput_number_1\x18\x02 \x01(\t\x12\x16\n\x0einput_number_2\x18\x03 \x01(\t\x12\x0e\n\x06output\x18\x04 \x01(\t\"X\n\x0fImageResizeNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ninput_size\x18\x02 \x01(\t\x12\x13\n\x0binput_image\x18\x03 \x01(\t\x12\x0e\n\x06output\x18\x04 \x01(\t\"\xb0\x01\n\x10ImagePatchesNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0binput_image\x18\x02 \x01(\t\x12\x13\n\x0binput_boxes\x18\x03 \x01(\t\x12\x17\n\x0finput_batch_map\x18\x04 \x01(\t\x12\x19\n\x11input_target_size\x18\x05 \x01(\t\x12 \n\x18input_maximum_iterations\x18\x06 \x01(\t\x12\x0e\n\x06output\x18\x07 \x01(\t\"?\n\x11VirtualCameraNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06output\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\"z\n\x17ImageClassificationNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05input\x18\x02 \x01(\t\x12\x0e\n\x06output\x18\x03 \x01(\t\x12\x32\n\x0cmodel_source\x18\x04 \x01(\x0b\x32\x1c.inference_graph.ModelSource\"{\n\x18ImageObjectDetectionNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05input\x18\x02 \x01(\t\x12\x0e\n\x06output\x18\x03 \x01(\t\x12\x32\n\x0cmodel_source\x18\x04 \x01(\x0b\x32\x1c.inference_graph.ModelSource\"o\n\x0cImageOcrNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05input\x18\x02 \x01(\t\x12\x0e\n\x06output\x18\x03 \x01(\t\x12\x32\n\x0cmodel_source\x18\x04 \x01(\x0b\x32\x1c.inference_graph.ModelSource\"\x83\x01\n\x15\x42oundingBoxFilterNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finput_threshold\x18\x02 \x01(\t\x12\x13\n\x0binput_boxes\x18\x03 \x01(\t\x12\x14\n\x0coutput_boxes\x18\x04 \x01(\t\x12\x18\n\x10output_batch_map\x18\x05 \x01(\t\"\xbc\x05\n\x04Node\x12=\n\x11\x63onst_tensor_node\x18\x01 \x01(\x0b\x32 .inference_graph.ConstTensorNodeH\x00\x12\x43\n\x14generate_number_node\x18\x02 \x01(\x0b\x32#.inference_graph.GenerateNumberNodeH\x00\x12;\n\x10\x61\x64\x64_numbers_node\x18\x03 \x01(\x0b\x32\x1f.inference_graph.AddNumbersNodeH\x00\x12=\n\x11image_resize_node\x18\x04 \x01(\x0b\x32 .inference_graph.ImageResizeNodeH\x00\x12?\n\x12image_patches_node\x18\x05 \x01(\x0b\x32!.inference_graph.ImagePatchesNodeH\x00\x12\x41\n\x13virtual_camera_node\x18\x06 \x01(\x0b\x32\".inference_graph.VirtualCameraNodeH\x00\x12M\n\x19image_classification_node\x18\x07 \x01(\x0b\x32(.inference_graph.ImageClassificationNodeH\x00\x12P\n\x1bimage_object_detection_node\x18\x08 \x01(\x0b\x32).inference_graph.ImageObjectDetectionNodeH\x00\x12\x37\n\x0eimage_ocr_node\x18\t \x01(\x0b\x32\x1d.inference_graph.ImageOcrNodeH\x00\x12J\n\x18\x62ounding_box_filter_node\x18\n \x01(\x0b\x32&.inference_graph.BoundingBoxFilterNodeH\x00\x42\n\n\x08NodeType\"U\n\x05Graph\x12$\n\x05nodes\x18\x01 \x03(\x0b\x32\x15.inference_graph.Node\x12\x12\n\ncreated_at\x18\x02 \x01(\r\x12\x12\n\nlicense_id\x18\x03 \x01(\tB:Z\x1c\x64\x65nkproto-go/inference_graph\xaa\x02\x19\x44\x45NK.Proto.InferenceGraphb\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15inference_graph.proto\x12\x0finference_graph\x1a\x12modelfile-v2.proto\"\x8d\x01\n\x0bModelSource\x12-\n\nfrom_proto\x18\x01 \x01(\x0b\x32\x17.modelfile.v2.ModelFileH\x00\x12\x19\n\x0f\x66rom_network_id\x18\x02 \x01(\tH\x00\x12$\n\x1a\x66rom_network_experiment_id\x18\x03 \x01(\tH\x00\x42\x0e\n\x0cmodel_source\"\xec\x02\n\x0f\x43onstTensorNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06output\x18\x02 \x01(\t\x12\r\n\x05shape\x18\x03 \x03(\r\x12\x43\n\x0buint64_data\x18\x04 \x01(\x0b\x32,.inference_graph.ConstTensorNode.Uint64ArrayH\x00\x12\x41\n\nint64_data\x18\x05 \x01(\x0b\x32+.inference_graph.ConstTensorNode.Int64ArrayH\x00\x12\x45\n\x0c\x66loat64_data\x18\x06 \x01(\x0b\x32-.inference_graph.ConstTensorNode.Float64ArrayH\x00\x1a\x1b\n\x0bUint64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x04\x1a\x1a\n\nInt64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x12\x1a\x1c\n\x0c\x46loat64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x01\x42\x06\n\x04\x64\x61ta\"L\n\x12GenerateNumberNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06output\x18\x02 \x01(\t\x12\x0b\n\x03min\x18\x03 \x01(\x04\x12\x0b\n\x03max\x18\x04 \x01(\x04\"^\n\x0e\x41\x64\x64NumbersNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x16\n\x0einput_number_1\x18\x02 \x01(\t\x12\x16\n\x0einput_number_2\x18\x03 \x01(\t\x12\x0e\n\x06output\x18\x04 \x01(\t\"X\n\x0fImageResizeNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ninput_size\x18\x02 \x01(\t\x12\x13\n\x0binput_image\x18\x03 \x01(\t\x12\x0e\n\x06output\x18\x04 \x01(\t\"\xb0\x01\n\x10ImagePatchesNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0binput_image\x18\x02 \x01(\t\x12\x13\n\x0binput_boxes\x18\x03 \x01(\t\x12\x17\n\x0finput_batch_map\x18\x04 \x01(\t\x12\x19\n\x11input_target_size\x18\x05 \x01(\t\x12 \n\x18input_maximum_iterations\x18\x06 \x01(\t\x12\x0e\n\x06output\x18\x07 \x01(\t\"?\n\x11VirtualCameraNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06output\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\"z\n\x17ImageClassificationNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05input\x18\x02 \x01(\t\x12\x0e\n\x06output\x18\x03 \x01(\t\x12\x32\n\x0cmodel_source\x18\x04 \x01(\x0b\x32\x1c.inference_graph.ModelSource\"{\n\x18ImageObjectDetectionNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05input\x18\x02 \x01(\t\x12\x0e\n\x06output\x18\x03 \x01(\t\x12\x32\n\x0cmodel_source\x18\x04 \x01(\x0b\x32\x1c.inference_graph.ModelSource\"o\n\x0cImageOcrNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05input\x18\x02 \x01(\t\x12\x0e\n\x06output\x18\x03 \x01(\t\x12\x32\n\x0cmodel_source\x18\x04 \x01(\x0b\x32\x1c.inference_graph.ModelSource\"\x83\x01\n\x15\x42oundingBoxFilterNode\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finput_threshold\x18\x02 \x01(\t\x12\x13\n\x0binput_boxes\x18\x03 \x01(\t\x12\x14\n\x0coutput_boxes\x18\x04 \x01(\t\x12\x18\n\x10output_batch_map\x18\x05 \x01(\t\"\xbc\x05\n\x04Node\x12=\n\x11\x63onst_tensor_node\x18\x01 \x01(\x0b\x32 .inference_graph.ConstTensorNodeH\x00\x12\x43\n\x14generate_number_node\x18\x02 \x01(\x0b\x32#.inference_graph.GenerateNumberNodeH\x00\x12;\n\x10\x61\x64\x64_numbers_node\x18\x03 \x01(\x0b\x32\x1f.inference_graph.AddNumbersNodeH\x00\x12=\n\x11image_resize_node\x18\x04 \x01(\x0b\x32 .inference_graph.ImageResizeNodeH\x00\x12?\n\x12image_patches_node\x18\x05 \x01(\x0b\x32!.inference_graph.ImagePatchesNodeH\x00\x12\x41\n\x13virtual_camera_node\x18\x06 \x01(\x0b\x32\".inference_graph.VirtualCameraNodeH\x00\x12M\n\x19image_classification_node\x18\x07 \x01(\x0b\x32(.inference_graph.ImageClassificationNodeH\x00\x12P\n\x1bimage_object_detection_node\x18\x08 \x01(\x0b\x32).inference_graph.ImageObjectDetectionNodeH\x00\x12\x37\n\x0eimage_ocr_node\x18\t \x01(\x0b\x32\x1d.inference_graph.ImageOcrNodeH\x00\x12J\n\x18\x62ounding_box_filter_node\x18\n \x01(\x0b\x32&.inference_graph.BoundingBoxFilterNodeH\x00\x42\n\n\x08NodeType\"U\n\x05Graph\x12$\n\x05nodes\x18\x01 \x03(\x0b\x32\x15.inference_graph.Node\x12\x12\n\ncreated_at\x18\x02 \x01(\x04\x12\x12\n\nlicense_id\x18\x03 \x01(\tBNZ0github.com/DENKweit/denkproto-go/inference_graph\xaa\x02\x19\x44\x45NK.Proto.InferenceGraphb\x06proto3')
29
29
 
30
30
  _globals = globals()
31
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
32
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'inference_graph_pb2', _globals)
33
33
  if not _descriptor._USE_C_DESCRIPTORS:
34
34
  _globals['DESCRIPTOR']._loaded_options = None
35
- _globals['DESCRIPTOR']._serialized_options = b'Z\034denkproto-go/inference_graph\252\002\031DENK.Proto.InferenceGraph'
35
+ _globals['DESCRIPTOR']._serialized_options = b'Z0github.com/DENKweit/denkproto-go/inference_graph\252\002\031DENK.Proto.InferenceGraph'
36
36
  _globals['_MODELSOURCE']._serialized_start=63
37
37
  _globals['_MODELSOURCE']._serialized_end=204
38
38
  _globals['_CONSTTENSORNODE']._serialized_start=207
@@ -24,14 +24,14 @@ _sym_db = _symbol_database.Default()
24
24
 
25
25
 
26
26
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12modelfile-v1.proto\x12\x0cmodelfile.v1\"J\n\x0eRegionFromEdge\x12\x0c\n\x04left\x18\x01 \x01(\x01\x12\r\n\x05right\x18\x02 \x01(\x01\x12\x0b\n\x03top\x18\x03 \x01(\x01\x12\x0e\n\x06\x62ottom\x18\x04 \x01(\x01\"]\n\x0c\x46\x65\x61tureClass\x12\x13\n\x0b\x66\x65\x61ture_uid\x18\x01 \x01(\t\x12\x14\n\x0c\x66\x65\x61ture_name\x18\x02 \x01(\t\x12\r\n\x05\x63olor\x18\x03 \x03(\x05\x12\x13\n\x0b\x66\x65\x61ture_tag\x18\x04 \x01(\t\"\x97\x02\n\nInputField\x12\r\n\x05label\x18\x01 \x01(\t\x12(\n\x08\x64\x61tatype\x18\x02 \x01(\x0e\x32\x16.modelfile.v1.DataType\x12\x0f\n\x07image_w\x18\x03 \x01(\x05\x12\x0f\n\x07image_h\x18\x04 \x01(\x05\x12\x0f\n\x07image_c\x18\x05 \x01(\x05\x12\x38\n\x12region_of_interest\x18\x06 \x03(\x0b\x32\x1c.modelfile.v1.RegionFromEdge\x12\x18\n\x10training_image_w\x18\x08 \x01(\x05\x12\x18\n\x10training_image_h\x18\t \x01(\x05\x12\x18\n\x10training_image_c\x18\n \x01(\x05\x12\x15\n\rmoving_window\x18\x0b \x01(\x08\"U\n\x19OcrFormatRestrictionBlock\x12\x1c\n\x14number_of_characters\x18\x01 \x01(\r\x12\x1a\n\x12\x61llowed_characters\x18\x02 \x01(\x0c\"\xbd\x02\n\x0bOutputField\x12\r\n\x05label\x18\x01 \x01(\t\x12(\n\x08\x64\x61tatype\x18\x02 \x01(\x0e\x32\x16.modelfile.v1.DataType\x12\r\n\x05\x63olor\x18\x03 \x03(\x05\x12\x0f\n\x07image_w\x18\x04 \x01(\x05\x12\x0f\n\x07image_h\x18\x05 \x01(\x05\x12\x0f\n\x07image_c\x18\x06 \x01(\x05\x12+\n\x07\x63lasses\x18\x07 \x03(\x0b\x32\x1a.modelfile.v1.FeatureClass\x12\x13\n\x0bmax_queries\x18\x08 \x01(\x05\x12\x0f\n\x07\x63harset\x18\t \x01(\x0c\x12\x16\n\x0e\x63harset_filter\x18\n \x01(\x0c\x12H\n\x17ocr_format_restrictions\x18\x0b \x03(\x0b\x32\'.modelfile.v1.OcrFormatRestrictionBlock\"\xdd\x04\n\tModelFile\x12\x18\n\x10protocol_version\x18\x01 \x01(\t\x12\r\n\x05model\x18\x02 \x01(\x0c\x12;\n\x12\x63ompression_method\x18\x03 \x01(\x0e\x32\x1f.modelfile.v1.CompressionMethod\x12\x1a\n\x12model_hash_blake2b\x18\x04 \x01(\t\x12\'\n\x05input\x18\x05 \x03(\x0b\x32\x18.modelfile.v1.InputField\x12)\n\x06output\x18\x06 \x03(\x0b\x32\x19.modelfile.v1.OutputField\x12\x0e\n\x06tenant\x18\x07 \x01(\t\x12\x13\n\x0bmodel_label\x18\x08 \x01(\t\x12\x11\n\tmodel_tag\x18\t \x01(\t\x12\x10\n\x08model_id\x18\n \x01(\x05\x12\x1a\n\x12\x63reation_timestamp\x18\x0b \x01(\x03\x12\x11\n\ttenant_id\x18\x0c \x01(\t\x12\x1a\n\x12onnx_version_major\x18\r \x01(\x05\x12\x1a\n\x12onnx_version_minor\x18\x0e \x01(\x05\x12\x11\n\tmodel_uid\x18\x0f \x01(\t\x12\x17\n\x0fmodel_timestamp\x18\x10 \x01(\x03\x12+\n\nmodel_type\x18\x11 \x01(\x0e\x32\x17.modelfile.v1.ModelType\x12\x38\n\x11model_output_type\x18\x12 \x01(\x0e\x32\x1d.modelfile.v1.ModelOutputType\x12)\n\tfile_type\x18\x13 \x01(\x0e\x32\x16.modelfile.v1.FileType\x12\x0b\n\x03key\x18\x14 \x01(\t*?\n\x08\x46ileType\x12\x0c\n\x08\x46T_MODEL\x10\x00\x12\x13\n\x0f\x46T_VIZIOTIX_KEY\x10\x01\x12\x10\n\x0c\x46T_ZXING_KEY\x10\x02*D\n\x11\x43ompressionMethod\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04GZIP\x10\x01\x12\x08\n\x04ZLIB\x10\x02\x12\x08\n\x04LZMA\x10\x03\x12\x07\n\x03\x42Z2\x10\x04*\xea\x02\n\x08\x44\x61taType\x12\x0e\n\nSCALAR_INT\x10\x00\x12\x10\n\x0cSCALAR_FLOAT\x10\x01\x12\x11\n\rIMAGE_RAW_INT\x10\x02\x12\x13\n\x0fIMAGE_RAW_FLOAT\x10\x03\x12\r\n\tIMAGE_PNG\x10\x04\x12\r\n\tIMAGE_JPG\x10\x05\x12\r\n\tIMAGE_TIF\x10\x06\x12\x15\n\x11\x42OUNDING_BOX_LIST\x10\x07\x12\"\n\x1e\x42OUNDING_BOX_LIST_SEGMENTATION\x10\x08\x12+\n\'BOUNDING_BOX_LIST_SEGMENTATION_HIGH_RES\x10\t\x12!\n\x1dOPTICAL_CHARACTER_RECOGNITION\x10\n\x12\x0c\n\x08\x42\x41RCODES\x10\x0b\x12&\n\"BOUNDING_BOX_LIST_HALF_ORIENTATION\x10\x0c\x12&\n\"BOUNDING_BOX_LIST_FULL_ORIENTATION\x10\r*-\n\tModelType\x12\x0b\n\x07REGULAR\x10\x00\x12\x13\n\x0f\x41REA_DEFINITION\x10\x01*\xbd\x02\n\x0fModelOutputType\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x17\n\x13TYPE_CLASSIFICATION\x10\x01\x12\x15\n\x11TYPE_SEGMENTATION\x10\x02\x12\x1e\n\x1aTYPE_INSTANCE_SEGMENTATION\x10\x03\x12\x19\n\x15TYPE_OBJECT_DETECTION\x10\x04\x12\x1a\n\x16TYPE_ANOMALY_DETECTION\x10\x05\x12&\n\"TYPE_OPTICAL_CHARACTER_RECOGNITION\x10\x06\x12\x11\n\rTYPE_BARCODES\x10\x07\x12*\n&TYPE_OBJECT_DETECTION_HALF_ORIENTATION\x10\x08\x12*\n&TYPE_OBJECT_DETECTION_FULL_ORIENTATION\x10\tB5Z\x19\x64\x65nkproto-go/modelfile/v1\xaa\x02\x17\x44\x45NK.Proto.Modelfile.V1b\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12modelfile-v1.proto\x12\x0cmodelfile.v1\"J\n\x0eRegionFromEdge\x12\x0c\n\x04left\x18\x01 \x01(\x01\x12\r\n\x05right\x18\x02 \x01(\x01\x12\x0b\n\x03top\x18\x03 \x01(\x01\x12\x0e\n\x06\x62ottom\x18\x04 \x01(\x01\"]\n\x0c\x46\x65\x61tureClass\x12\x13\n\x0b\x66\x65\x61ture_uid\x18\x01 \x01(\t\x12\x14\n\x0c\x66\x65\x61ture_name\x18\x02 \x01(\t\x12\r\n\x05\x63olor\x18\x03 \x03(\x05\x12\x13\n\x0b\x66\x65\x61ture_tag\x18\x04 \x01(\t\"\x97\x02\n\nInputField\x12\r\n\x05label\x18\x01 \x01(\t\x12(\n\x08\x64\x61tatype\x18\x02 \x01(\x0e\x32\x16.modelfile.v1.DataType\x12\x0f\n\x07image_w\x18\x03 \x01(\x05\x12\x0f\n\x07image_h\x18\x04 \x01(\x05\x12\x0f\n\x07image_c\x18\x05 \x01(\x05\x12\x38\n\x12region_of_interest\x18\x06 \x03(\x0b\x32\x1c.modelfile.v1.RegionFromEdge\x12\x18\n\x10training_image_w\x18\x08 \x01(\x05\x12\x18\n\x10training_image_h\x18\t \x01(\x05\x12\x18\n\x10training_image_c\x18\n \x01(\x05\x12\x15\n\rmoving_window\x18\x0b \x01(\x08\"U\n\x19OcrFormatRestrictionBlock\x12\x1c\n\x14number_of_characters\x18\x01 \x01(\r\x12\x1a\n\x12\x61llowed_characters\x18\x02 \x01(\x0c\"\xbd\x02\n\x0bOutputField\x12\r\n\x05label\x18\x01 \x01(\t\x12(\n\x08\x64\x61tatype\x18\x02 \x01(\x0e\x32\x16.modelfile.v1.DataType\x12\r\n\x05\x63olor\x18\x03 \x03(\x05\x12\x0f\n\x07image_w\x18\x04 \x01(\x05\x12\x0f\n\x07image_h\x18\x05 \x01(\x05\x12\x0f\n\x07image_c\x18\x06 \x01(\x05\x12+\n\x07\x63lasses\x18\x07 \x03(\x0b\x32\x1a.modelfile.v1.FeatureClass\x12\x13\n\x0bmax_queries\x18\x08 \x01(\x05\x12\x0f\n\x07\x63harset\x18\t \x01(\x0c\x12\x16\n\x0e\x63harset_filter\x18\n \x01(\x0c\x12H\n\x17ocr_format_restrictions\x18\x0b \x03(\x0b\x32\'.modelfile.v1.OcrFormatRestrictionBlock\"\xdd\x04\n\tModelFile\x12\x18\n\x10protocol_version\x18\x01 \x01(\t\x12\r\n\x05model\x18\x02 \x01(\x0c\x12;\n\x12\x63ompression_method\x18\x03 \x01(\x0e\x32\x1f.modelfile.v1.CompressionMethod\x12\x1a\n\x12model_hash_blake2b\x18\x04 \x01(\t\x12\'\n\x05input\x18\x05 \x03(\x0b\x32\x18.modelfile.v1.InputField\x12)\n\x06output\x18\x06 \x03(\x0b\x32\x19.modelfile.v1.OutputField\x12\x0e\n\x06tenant\x18\x07 \x01(\t\x12\x13\n\x0bmodel_label\x18\x08 \x01(\t\x12\x11\n\tmodel_tag\x18\t \x01(\t\x12\x10\n\x08model_id\x18\n \x01(\x05\x12\x1a\n\x12\x63reation_timestamp\x18\x0b \x01(\x03\x12\x11\n\ttenant_id\x18\x0c \x01(\t\x12\x1a\n\x12onnx_version_major\x18\r \x01(\x05\x12\x1a\n\x12onnx_version_minor\x18\x0e \x01(\x05\x12\x11\n\tmodel_uid\x18\x0f \x01(\t\x12\x17\n\x0fmodel_timestamp\x18\x10 \x01(\x03\x12+\n\nmodel_type\x18\x11 \x01(\x0e\x32\x17.modelfile.v1.ModelType\x12\x38\n\x11model_output_type\x18\x12 \x01(\x0e\x32\x1d.modelfile.v1.ModelOutputType\x12)\n\tfile_type\x18\x13 \x01(\x0e\x32\x16.modelfile.v1.FileType\x12\x0b\n\x03key\x18\x14 \x01(\t*?\n\x08\x46ileType\x12\x0c\n\x08\x46T_MODEL\x10\x00\x12\x13\n\x0f\x46T_VIZIOTIX_KEY\x10\x01\x12\x10\n\x0c\x46T_ZXING_KEY\x10\x02*D\n\x11\x43ompressionMethod\x12\x08\n\x04NONE\x10\x00\x12\x08\n\x04GZIP\x10\x01\x12\x08\n\x04ZLIB\x10\x02\x12\x08\n\x04LZMA\x10\x03\x12\x07\n\x03\x42Z2\x10\x04*\xea\x02\n\x08\x44\x61taType\x12\x0e\n\nSCALAR_INT\x10\x00\x12\x10\n\x0cSCALAR_FLOAT\x10\x01\x12\x11\n\rIMAGE_RAW_INT\x10\x02\x12\x13\n\x0fIMAGE_RAW_FLOAT\x10\x03\x12\r\n\tIMAGE_PNG\x10\x04\x12\r\n\tIMAGE_JPG\x10\x05\x12\r\n\tIMAGE_TIF\x10\x06\x12\x15\n\x11\x42OUNDING_BOX_LIST\x10\x07\x12\"\n\x1e\x42OUNDING_BOX_LIST_SEGMENTATION\x10\x08\x12+\n\'BOUNDING_BOX_LIST_SEGMENTATION_HIGH_RES\x10\t\x12!\n\x1dOPTICAL_CHARACTER_RECOGNITION\x10\n\x12\x0c\n\x08\x42\x41RCODES\x10\x0b\x12&\n\"BOUNDING_BOX_LIST_HALF_ORIENTATION\x10\x0c\x12&\n\"BOUNDING_BOX_LIST_FULL_ORIENTATION\x10\r*-\n\tModelType\x12\x0b\n\x07REGULAR\x10\x00\x12\x13\n\x0f\x41REA_DEFINITION\x10\x01*\xbd\x02\n\x0fModelOutputType\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x17\n\x13TYPE_CLASSIFICATION\x10\x01\x12\x15\n\x11TYPE_SEGMENTATION\x10\x02\x12\x1e\n\x1aTYPE_INSTANCE_SEGMENTATION\x10\x03\x12\x19\n\x15TYPE_OBJECT_DETECTION\x10\x04\x12\x1a\n\x16TYPE_ANOMALY_DETECTION\x10\x05\x12&\n\"TYPE_OPTICAL_CHARACTER_RECOGNITION\x10\x06\x12\x11\n\rTYPE_BARCODES\x10\x07\x12*\n&TYPE_OBJECT_DETECTION_HALF_ORIENTATION\x10\x08\x12*\n&TYPE_OBJECT_DETECTION_FULL_ORIENTATION\x10\tBIZ-github.com/DENKweit/denkproto-go/modelfile/v1\xaa\x02\x17\x44\x45NK.Proto.Modelfile.V1b\x06proto3')
28
28
 
29
29
  _globals = globals()
30
30
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
31
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'modelfile_v1_pb2', _globals)
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  _globals['DESCRIPTOR']._loaded_options = None
34
- _globals['DESCRIPTOR']._serialized_options = b'Z\031denkproto-go/modelfile/v1\252\002\027DENK.Proto.Modelfile.V1'
34
+ _globals['DESCRIPTOR']._serialized_options = b'Z-github.com/DENKweit/denkproto-go/modelfile/v1\252\002\027DENK.Proto.Modelfile.V1'
35
35
  _globals['_FILETYPE']._serialized_start=1504
36
36
  _globals['_FILETYPE']._serialized_end=1567
37
37
  _globals['_COMPRESSIONMETHOD']._serialized_start=1569
@@ -24,14 +24,14 @@ _sym_db = _symbol_database.Default()
24
24
 
25
25
 
26
26
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12modelfile-v2.proto\x12\x0cmodelfile.v2\"\xbe\"\n\tModelFile\x12\x39\n\x10protocol_version\x18\x01 \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Version\x12\x12\n\ncreated_at\x18\x02 \x01(\r\x12\x33\n\tfile_info\x18\x03 \x01(\x0b\x32 .modelfile.v2.ModelFile.FileInfo\x12\x30\n\x07\x63ontent\x18\x04 \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Content\x12\x38\n\x0c\x63lass_labels\x18\x05 \x03(\x0b\x32\".modelfile.v2.ModelFile.ClassLabel\x12-\n\x06inputs\x18\x06 \x03(\x0b\x32\x1d.modelfile.v2.ModelFile.Input\x12/\n\x07outputs\x18\x07 \x03(\x0b\x32\x1e.modelfile.v2.ModelFile.Output\x12J\n\x12\x61\x64\x64itional_content\x18\x08 \x03(\x0b\x32..modelfile.v2.ModelFile.AdditionalContentEntry\x1a\x36\n\x07Version\x12\r\n\x05major\x18\x01 \x01(\r\x12\r\n\x05minor\x18\x02 \x01(\r\x12\r\n\x05patch\x18\x03 \x01(\r\x1a\xaa\x04\n\x07\x43ontent\x12\x14\n\x0c\x62yte_content\x18\x01 \x01(\x0c\x12\x13\n\x0bhash_sha256\x18\x02 \x01(\x0c\x12M\n\x12\x63ompression_method\x18\x03 \x01(\x0e\x32\x31.modelfile.v2.ModelFile.Content.CompressionMethod\x12K\n\x11\x65ncryption_method\x18\x04 \x01(\x0e\x32\x30.modelfile.v2.ModelFile.Content.EncryptionMethod\x12@\n\tkey_slots\x18\x05 \x03(\x0b\x32-.modelfile.v2.ModelFile.Content.KeySlotsEntry\x1ai\n\x07KeySlot\x12\x13\n\x0bwrapped_key\x18\x01 \x01(\x0c\x12I\n\x0fwrapping_method\x18\x02 \x01(\x0e\x32\x30.modelfile.v2.ModelFile.Content.EncryptionMethod\x1aX\n\rKeySlotsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32\'.modelfile.v2.ModelFile.Content.KeySlot:\x02\x38\x01\" \n\x11\x43ompressionMethod\x12\x0b\n\x07\x43M_NONE\x10\x00\"/\n\x10\x45ncryptionMethod\x12\x0b\n\x07\x45M_NONE\x10\x00\x12\x0e\n\nEM_AES_GCM\x10\x01\x1aU\n\nClassLabel\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x12\n\nshort_name\x18\x03 \x01(\t\x12\r\n\x05\x63olor\x18\x04 \x01(\t\x1a<\n\tImageSize\x12\r\n\x05width\x18\x01 \x01(\r\x12\x0e\n\x06height\x18\x02 \x01(\r\x12\x10\n\x08\x63hannels\x18\x03 \x01(\r\x1aJ\n\x0eRegionFromEdge\x12\x0c\n\x04left\x18\x01 \x01(\x01\x12\r\n\x05right\x18\x02 \x01(\x01\x12\x0b\n\x03top\x18\x03 \x01(\x01\x12\x0e\n\x06\x62ottom\x18\x04 \x01(\x01\x1a\xe2\x05\n\x05Input\x12\x46\n\x0cimage_format\x18\x01 \x01(\x0b\x32..modelfile.v2.ModelFile.Input.ImageInputFormatH\x00\x1a\xfb\x04\n\x10ImageInputFormat\x12\x64\n\x10\x65xact_image_size\x18\x01 \x01(\x0b\x32H.modelfile.v2.ModelFile.Input.ImageInputFormat.ExactImageSizeRequirementH\x00\x12l\n\x14\x64ivisible_image_size\x18\x02 \x01(\x0b\x32L.modelfile.v2.ModelFile.Input.ImageInputFormat.DivisibleImageSizeRequirementH\x00\x12\x42\n\x12region_of_interest\x18\x03 \x01(\x0b\x32&.modelfile.v2.ModelFile.RegionFromEdge\x1aR\n\x19\x45xactImageSizeRequirement\x12\x35\n\nimage_size\x18\x01 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x1a\xdf\x01\n\x1d\x44ivisibleImageSizeRequirement\x12>\n\x13image_size_divisors\x18\x01 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x12=\n\x12minimum_image_size\x18\x02 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x12?\n\x14suggested_image_size\x18\x03 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSizeB\x19\n\x17image_size_requirementsB\x13\n\x11\x46ormatInformation\x1a\xb0\n\n\x06Output\x12_\n\x18image_classifiers_format\x18\x01 \x01(\x0b\x32;.modelfile.v2.ModelFile.Output.ImageClassifiersOutputFormatH\x00\x12_\n\x18segmentation_maps_format\x18\x02 \x01(\x0b\x32;.modelfile.v2.ModelFile.Output.SegmentationMapsOutputFormatH\x00\x12Y\n\x15\x62ounding_boxes_format\x18\x03 \x01(\x0b\x32\x38.modelfile.v2.ModelFile.Output.BoundingBoxesOutputFormatH\x00\x12p\n!bounding_box_segmentations_format\x18\x04 \x01(\x0b\x32\x43.modelfile.v2.ModelFile.Output.BoundingBoxSegmentationsOutputFormatH\x00\x12\x44\n\nocr_format\x18\x05 \x01(\x0b\x32..modelfile.v2.ModelFile.Output.OcrOutputFormatH\x00\x1a\x1e\n\x1cImageClassifiersOutputFormat\x1aU\n\x1cSegmentationMapsOutputFormat\x12\x35\n\nimage_size\x18\x01 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x1a\xcd\x01\n\x19\x42oundingBoxesOutputFormat\x12\x17\n\x0fnumber_of_boxes\x18\x01 \x01(\r\x12\x0e\n\x06stride\x18\x02 \x01(\r\x12\x11\n\tx1_offset\x18\x03 \x01(\r\x12\x11\n\ty1_offset\x18\x04 \x01(\r\x12\x11\n\tx2_offset\x18\x05 \x01(\r\x12\x11\n\ty2_offset\x18\x06 \x01(\r\x12\x19\n\x11\x63onfidence_offset\x18\x07 \x01(\r\x12 \n\x18\x63lass_label_index_offset\x18\x08 \x01(\r\x1a\x7f\n$BoundingBoxSegmentationsOutputFormat\x12\x35\n\nimage_size\x18\x01 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x12 \n\x18relative_to_bounding_box\x18\x02 \x01(\x08\x1a\xf3\x02\n\x0fOcrOutputFormat\x12\x1c\n\x14number_of_characters\x18\x01 \x01(\r\x12L\n\ncharacters\x18\x02 \x03(\x0b\x32\x38.modelfile.v2.ModelFile.Output.OcrOutputFormat.Character\x1a\xf3\x01\n\tCharacter\x12\x1b\n\x13utf8_representation\x18\x01 \x01(\x0c\x12^\n\x0e\x63haracter_type\x18\x02 \x01(\x0e\x32\x46.modelfile.v2.ModelFile.Output.OcrOutputFormat.Character.CharacterType\x12\x0e\n\x06ignore\x18\x03 \x01(\x08\"Y\n\rCharacterType\x12\x0e\n\nCT_REGULAR\x10\x00\x12\x14\n\x10\x43T_START_OF_TEXT\x10\x01\x12\x12\n\x0e\x43T_END_OF_TEXT\x10\x02\x12\x0e\n\nCT_PADDING\x10\x03\x42\x13\n\x11\x46ormatInformation\x1a\xdb\x07\n\x08\x46ileInfo\x12<\n\tfile_type\x18\x01 \x01(\x0e\x32).modelfile.v2.ModelFile.FileInfo.FileType\x12\x14\n\x0cnetwork_name\x18\x02 \x01(\t\x12\x12\n\nnetwork_id\x18\x03 \x01(\t\x12\x1d\n\x15network_experiment_id\x18\x04 \x01(\t\x12\x1b\n\x13network_snapshot_id\x18\x05 \x01(\t\x12\x42\n\x0cnetwork_type\x18\x06 \x01(\x0e\x32,.modelfile.v2.ModelFile.FileInfo.NetworkType\x12\x16\n\x0enetwork_flavor\x18\x07 \x01(\t\x12\x38\n\x0fnetwork_version\x18\x08 \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Version\x12\x38\n\x0fruntime_version\x18\t \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Version\x12=\n\tprecision\x18\n \x01(\x0e\x32*.modelfile.v2.ModelFile.FileInfo.Precision\x12\x44\n\x1bminimum_libdenkflow_version\x18\x0b \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Version\"D\n\x08\x46ileType\x12\x11\n\rFT_ONNX_MODEL\x10\x00\x12\x10\n\x0c\x46T_ZXING_KEY\x10\x01\x12\x13\n\x0f\x46T_VIZIOTIX_KEY\x10\x02\"\xc0\x01\n\x0bNetworkType\x12\x0e\n\nNT_UNKNOWN\x10\x00\x12\x15\n\x11NT_CLASSIFICATION\x10\x01\x12\x13\n\x0fNT_SEGMENTATION\x10\x02\x12\x1c\n\x18NT_INSTANCE_SEGMENTATION\x10\x03\x12\x17\n\x13NT_OBJECT_DETECTION\x10\x04\x12\x18\n\x14NT_ANOMALY_DETECTION\x10\x05\x12$\n NT_OPTICAL_CHARACTER_RECOGNITION\x10\x06\"\xcc\x01\n\tPrecision\x12\x0f\n\x0bP_UNDEFINED\x10\x00\x12\t\n\x05P_FP8\x10\x01\x12\n\n\x06P_FP16\x10\x02\x12\n\n\x06P_FP32\x10\x03\x12\n\n\x06P_FP64\x10\x04\x12\n\n\x06P_INT8\x10\x05\x12\x0b\n\x07P_INT16\x10\x06\x12\x0b\n\x07P_INT32\x10\x07\x12\x0b\n\x07P_INT64\x10\x08\x12\x0b\n\x07P_UINT8\x10\t\x12\x0c\n\x08P_UINT16\x10\n\x12\x0c\n\x08P_UINT32\x10\x0b\x12\x0c\n\x08P_UINT64\x10\x0c\x12\x15\n\x11P_MIXED_PRECISION\x10\r\x1aY\n\x16\x41\x64\x64itionalContentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Content:\x02\x38\x01\x42\x35Z\x19\x64\x65nkproto-go/modelfile/v2\xaa\x02\x17\x44\x45NK.Proto.Modelfile.V2b\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12modelfile-v2.proto\x12\x0cmodelfile.v2\"\xbe\"\n\tModelFile\x12\x39\n\x10protocol_version\x18\x01 \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Version\x12\x12\n\ncreated_at\x18\x02 \x01(\x04\x12\x33\n\tfile_info\x18\x03 \x01(\x0b\x32 .modelfile.v2.ModelFile.FileInfo\x12\x30\n\x07\x63ontent\x18\x04 \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Content\x12\x38\n\x0c\x63lass_labels\x18\x05 \x03(\x0b\x32\".modelfile.v2.ModelFile.ClassLabel\x12-\n\x06inputs\x18\x06 \x03(\x0b\x32\x1d.modelfile.v2.ModelFile.Input\x12/\n\x07outputs\x18\x07 \x03(\x0b\x32\x1e.modelfile.v2.ModelFile.Output\x12J\n\x12\x61\x64\x64itional_content\x18\x08 \x03(\x0b\x32..modelfile.v2.ModelFile.AdditionalContentEntry\x1a\x36\n\x07Version\x12\r\n\x05major\x18\x01 \x01(\x04\x12\r\n\x05minor\x18\x02 \x01(\x04\x12\r\n\x05patch\x18\x03 \x01(\x04\x1a\xaa\x04\n\x07\x43ontent\x12\x14\n\x0c\x62yte_content\x18\x01 \x01(\x0c\x12\x13\n\x0bhash_sha256\x18\x02 \x01(\x0c\x12M\n\x12\x63ompression_method\x18\x03 \x01(\x0e\x32\x31.modelfile.v2.ModelFile.Content.CompressionMethod\x12K\n\x11\x65ncryption_method\x18\x04 \x01(\x0e\x32\x30.modelfile.v2.ModelFile.Content.EncryptionMethod\x12@\n\tkey_slots\x18\x05 \x03(\x0b\x32-.modelfile.v2.ModelFile.Content.KeySlotsEntry\x1ai\n\x07KeySlot\x12\x13\n\x0bwrapped_key\x18\x01 \x01(\x0c\x12I\n\x0fwrapping_method\x18\x02 \x01(\x0e\x32\x30.modelfile.v2.ModelFile.Content.EncryptionMethod\x1aX\n\rKeySlotsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32\'.modelfile.v2.ModelFile.Content.KeySlot:\x02\x38\x01\" \n\x11\x43ompressionMethod\x12\x0b\n\x07\x43M_NONE\x10\x00\"/\n\x10\x45ncryptionMethod\x12\x0b\n\x07\x45M_NONE\x10\x00\x12\x0e\n\nEM_AES_GCM\x10\x01\x1aU\n\nClassLabel\x12\x16\n\x0e\x63lass_label_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x12\n\nshort_name\x18\x03 \x01(\t\x12\r\n\x05\x63olor\x18\x04 \x01(\t\x1a<\n\tImageSize\x12\r\n\x05width\x18\x01 \x01(\x04\x12\x0e\n\x06height\x18\x02 \x01(\x04\x12\x10\n\x08\x63hannels\x18\x03 \x01(\x04\x1aJ\n\x0eRegionFromEdge\x12\x0c\n\x04left\x18\x01 \x01(\x01\x12\r\n\x05right\x18\x02 \x01(\x01\x12\x0b\n\x03top\x18\x03 \x01(\x01\x12\x0e\n\x06\x62ottom\x18\x04 \x01(\x01\x1a\xe2\x05\n\x05Input\x12\x46\n\x0cimage_format\x18\x01 \x01(\x0b\x32..modelfile.v2.ModelFile.Input.ImageInputFormatH\x00\x1a\xfb\x04\n\x10ImageInputFormat\x12\x64\n\x10\x65xact_image_size\x18\x01 \x01(\x0b\x32H.modelfile.v2.ModelFile.Input.ImageInputFormat.ExactImageSizeRequirementH\x00\x12l\n\x14\x64ivisible_image_size\x18\x02 \x01(\x0b\x32L.modelfile.v2.ModelFile.Input.ImageInputFormat.DivisibleImageSizeRequirementH\x00\x12\x42\n\x12region_of_interest\x18\x03 \x01(\x0b\x32&.modelfile.v2.ModelFile.RegionFromEdge\x1aR\n\x19\x45xactImageSizeRequirement\x12\x35\n\nimage_size\x18\x01 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x1a\xdf\x01\n\x1d\x44ivisibleImageSizeRequirement\x12>\n\x13image_size_divisors\x18\x01 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x12=\n\x12minimum_image_size\x18\x02 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x12?\n\x14suggested_image_size\x18\x03 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSizeB\x19\n\x17image_size_requirementsB\x13\n\x11\x46ormatInformation\x1a\xb0\n\n\x06Output\x12_\n\x18image_classifiers_format\x18\x01 \x01(\x0b\x32;.modelfile.v2.ModelFile.Output.ImageClassifiersOutputFormatH\x00\x12_\n\x18segmentation_maps_format\x18\x02 \x01(\x0b\x32;.modelfile.v2.ModelFile.Output.SegmentationMapsOutputFormatH\x00\x12Y\n\x15\x62ounding_boxes_format\x18\x03 \x01(\x0b\x32\x38.modelfile.v2.ModelFile.Output.BoundingBoxesOutputFormatH\x00\x12p\n!bounding_box_segmentations_format\x18\x04 \x01(\x0b\x32\x43.modelfile.v2.ModelFile.Output.BoundingBoxSegmentationsOutputFormatH\x00\x12\x44\n\nocr_format\x18\x05 \x01(\x0b\x32..modelfile.v2.ModelFile.Output.OcrOutputFormatH\x00\x1a\x1e\n\x1cImageClassifiersOutputFormat\x1aU\n\x1cSegmentationMapsOutputFormat\x12\x35\n\nimage_size\x18\x01 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x1a\xcd\x01\n\x19\x42oundingBoxesOutputFormat\x12\x17\n\x0fnumber_of_boxes\x18\x01 \x01(\x04\x12\x0e\n\x06stride\x18\x02 \x01(\x04\x12\x11\n\tx1_offset\x18\x03 \x01(\x04\x12\x11\n\ty1_offset\x18\x04 \x01(\x04\x12\x11\n\tx2_offset\x18\x05 \x01(\x04\x12\x11\n\ty2_offset\x18\x06 \x01(\x04\x12\x19\n\x11\x63onfidence_offset\x18\x07 \x01(\x04\x12 \n\x18\x63lass_label_index_offset\x18\x08 \x01(\x04\x1a\x7f\n$BoundingBoxSegmentationsOutputFormat\x12\x35\n\nimage_size\x18\x01 \x01(\x0b\x32!.modelfile.v2.ModelFile.ImageSize\x12 \n\x18relative_to_bounding_box\x18\x02 \x01(\x08\x1a\xf3\x02\n\x0fOcrOutputFormat\x12\x1c\n\x14number_of_characters\x18\x01 \x01(\x04\x12L\n\ncharacters\x18\x02 \x03(\x0b\x32\x38.modelfile.v2.ModelFile.Output.OcrOutputFormat.Character\x1a\xf3\x01\n\tCharacter\x12\x1b\n\x13utf8_representation\x18\x01 \x01(\x0c\x12^\n\x0e\x63haracter_type\x18\x02 \x01(\x0e\x32\x46.modelfile.v2.ModelFile.Output.OcrOutputFormat.Character.CharacterType\x12\x0e\n\x06ignore\x18\x03 \x01(\x08\"Y\n\rCharacterType\x12\x0e\n\nCT_REGULAR\x10\x00\x12\x14\n\x10\x43T_START_OF_TEXT\x10\x01\x12\x12\n\x0e\x43T_END_OF_TEXT\x10\x02\x12\x0e\n\nCT_PADDING\x10\x03\x42\x13\n\x11\x46ormatInformation\x1a\xdb\x07\n\x08\x46ileInfo\x12<\n\tfile_type\x18\x01 \x01(\x0e\x32).modelfile.v2.ModelFile.FileInfo.FileType\x12\x14\n\x0cnetwork_name\x18\x02 \x01(\t\x12\x12\n\nnetwork_id\x18\x03 \x01(\t\x12\x1d\n\x15network_experiment_id\x18\x04 \x01(\t\x12\x1b\n\x13network_snapshot_id\x18\x05 \x01(\t\x12\x42\n\x0cnetwork_type\x18\x06 \x01(\x0e\x32,.modelfile.v2.ModelFile.FileInfo.NetworkType\x12\x16\n\x0enetwork_flavor\x18\x07 \x01(\t\x12\x38\n\x0fnetwork_version\x18\x08 \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Version\x12\x38\n\x0fruntime_version\x18\t \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Version\x12=\n\tprecision\x18\n \x01(\x0e\x32*.modelfile.v2.ModelFile.FileInfo.Precision\x12\x44\n\x1bminimum_libdenkflow_version\x18\x0b \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Version\"D\n\x08\x46ileType\x12\x11\n\rFT_ONNX_MODEL\x10\x00\x12\x10\n\x0c\x46T_ZXING_KEY\x10\x01\x12\x13\n\x0f\x46T_VIZIOTIX_KEY\x10\x02\"\xc0\x01\n\x0bNetworkType\x12\x0e\n\nNT_UNKNOWN\x10\x00\x12\x15\n\x11NT_CLASSIFICATION\x10\x01\x12\x13\n\x0fNT_SEGMENTATION\x10\x02\x12\x1c\n\x18NT_INSTANCE_SEGMENTATION\x10\x03\x12\x17\n\x13NT_OBJECT_DETECTION\x10\x04\x12\x18\n\x14NT_ANOMALY_DETECTION\x10\x05\x12$\n NT_OPTICAL_CHARACTER_RECOGNITION\x10\x06\"\xcc\x01\n\tPrecision\x12\x0f\n\x0bP_UNDEFINED\x10\x00\x12\t\n\x05P_FP8\x10\x01\x12\n\n\x06P_FP16\x10\x02\x12\n\n\x06P_FP32\x10\x03\x12\n\n\x06P_FP64\x10\x04\x12\n\n\x06P_INT8\x10\x05\x12\x0b\n\x07P_INT16\x10\x06\x12\x0b\n\x07P_INT32\x10\x07\x12\x0b\n\x07P_INT64\x10\x08\x12\x0b\n\x07P_UINT8\x10\t\x12\x0c\n\x08P_UINT16\x10\n\x12\x0c\n\x08P_UINT32\x10\x0b\x12\x0c\n\x08P_UINT64\x10\x0c\x12\x15\n\x11P_MIXED_PRECISION\x10\r\x1aY\n\x16\x41\x64\x64itionalContentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.modelfile.v2.ModelFile.Content:\x02\x38\x01\x42IZ-github.com/DENKweit/denkproto-go/modelfile/v2\xaa\x02\x17\x44\x45NK.Proto.Modelfile.V2b\x06proto3')
28
28
 
29
29
  _globals = globals()
30
30
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
31
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'modelfile_v2_pb2', _globals)
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  _globals['DESCRIPTOR']._loaded_options = None
34
- _globals['DESCRIPTOR']._serialized_options = b'Z\031denkproto-go/modelfile/v2\252\002\027DENK.Proto.Modelfile.V2'
34
+ _globals['DESCRIPTOR']._serialized_options = b'Z-github.com/DENKweit/denkproto-go/modelfile/v2\252\002\027DENK.Proto.Modelfile.V2'
35
35
  _globals['_MODELFILE_CONTENT_KEYSLOTSENTRY']._loaded_options = None
36
36
  _globals['_MODELFILE_CONTENT_KEYSLOTSENTRY']._serialized_options = b'8\001'
37
37
  _globals['_MODELFILE_ADDITIONALCONTENTENTRY']._loaded_options = None
denkproto/results_pb2.py CHANGED
@@ -24,14 +24,14 @@ _sym_db = _symbol_database.Default()
24
24
 
25
25
 
26
26
 
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rresults.proto\x12\x07results\"\xb1\x01\n\rDefectAddress\x12\x15\n\rdataset_index\x18\x01 \x01(\x05\x12\x10\n\x08model_id\x18\x02 \x01(\x05\x12\x15\n\rfeature_index\x18\x03 \x01(\x05\x12\x14\n\x0coverlap_area\x18\x04 \x01(\x01\x12\x15\n\roverlap_ratio\x18\x05 \x01(\x01\x12\x1e\n\x16overlap_ratio_of_other\x18\x06 \x01(\x01\x12\x13\n\x0b\x66\x65\x61ture_uid\x18\x07 \x01(\t\"<\n\x06RowRLC\x12\x10\n\x08offset_x\x18\x01 \x01(\x05\x12\x10\n\x08offset_y\x18\x02 \x01(\x05\x12\x0e\n\x06length\x18\x03 \x01(\x05\"G\n\x0cOcrCharacter\x12\x11\n\tcharacter\x18\x01 \x01(\t\x12\x13\n\x0bprobability\x18\x02 \x01(\x01\x12\x0f\n\x07ignored\x18\x03 \x01(\x08\"D\n\x14OcrCharacterPosition\x12,\n\rocr_character\x18\x01 \x03(\x0b\x32\x15.results.OcrCharacter\"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\" \n\x08PointInt\x12\t\n\x01x\x18\x01 \x01(\x03\x12\t\n\x01y\x18\x02 \x01(\x03\",\n\x07\x43ontour\x12!\n\x06points\x18\x01 \x03(\x0b\x32\x11.results.PointInt\"f\n\x12MinimalBoundingBox\x12\x10\n\x08\x63\x65nter_x\x18\x01 \x01(\x01\x12\x10\n\x08\x63\x65nter_y\x18\x02 \x01(\x01\x12\r\n\x05width\x18\x03 \x01(\x01\x12\x0e\n\x06height\x18\x04 \x01(\x01\x12\r\n\x05\x61ngle\x18\x05 \x01(\x01\"}\n\x13OrientedBoundingBox\x12\x1e\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x0e.results.Point\x12\r\n\x05width\x18\x02 \x01(\x01\x12\x0e\n\x06height\x18\x03 \x01(\x01\x12\r\n\x05\x61ngle\x18\x04 \x01(\x01\x12\x18\n\x10\x66ull_orientation\x18\x05 \x01(\x08\"\xf3\x06\n\x0c\x46\x65\x61tureField\x12\r\n\x05label\x18\x01 \x01(\t\x12\x0c\n\x04show\x18\x02 \x01(\x08\x12\r\n\x05\x63olor\x18\x03 \x03(\x05\x12\x0e\n\x06rect_x\x18\x04 \x01(\x05\x12\x0e\n\x06rect_y\x18\x05 \x01(\x05\x12\x0e\n\x06rect_w\x18\x06 \x01(\x05\x12\x0e\n\x06rect_h\x18\x07 \x01(\x05\x12\x13\n\x0bprobability\x18\x08 \x01(\x01\x12\x0c\n\x04\x61rea\x18\t \x01(\x01\x12\x0e\n\x06length\x18\n \x01(\x01\x12\r\n\x05width\x18\x0b \x01(\x01\x12\x11\n\tmean_gray\x18\x0c \x01(\x01\x12\x10\n\x08max_gray\x18\r \x01(\x01\x12\x10\n\x08min_gray\x18\x0e \x01(\x01\x12\x0f\n\x07in_area\x18\x0f \x03(\x05\x12-\n\roverlaps_with\x18\x10 \x03(\x0b\x32\x16.results.DefectAddress\x12\x11\n\trect_x_mm\x18\x11 \x01(\x01\x12\x11\n\trect_y_mm\x18\x12 \x01(\x01\x12\x11\n\trect_w_mm\x18\x13 \x01(\x01\x12\x11\n\trect_h_mm\x18\x14 \x01(\x01\x12 \n\x07row_rlc\x18\x15 \x03(\x0b\x32\x0f.results.RowRLC\x12=\n\x16ocr_character_position\x18\x16 \x03(\x0b\x32\x1d.results.OcrCharacterPosition\x12\x39\n\x14minimal_bounding_box\x18\x17 \x01(\x0b\x32\x1b.results.MinimalBoundingBox\x12\x32\n\x1aminimal_bounding_box_point\x18\x18 \x03(\x0b\x32\x0e.results.Point\x12\x1d\n\x15write_protected_label\x18\x19 \x01(\x08\x12*\n\x0c\x62\x61rcode_type\x18\x1a \x01(\x0e\x32\x14.results.BarcodeType\x12\x19\n\x11\x62\x61rcode_raw_bytes\x18\x1b \x01(\x0c\x12;\n\x15oriented_bounding_box\x18\x1c \x01(\x0b\x32\x1c.results.OrientedBoundingBox\x12\x33\n\x1boriented_bounding_box_point\x18\x1d \x03(\x0b\x32\x0e.results.Point\x12\x19\n\x11segmentation_mask\x18\x1e \x01(\x0c\x12/\n\x15segmentation_contours\x18\x1f \x03(\x0b\x32\x10.results.Contour\"\xbf\x01\n\x08MapField\x12\r\n\x05label\x18\x01 \x01(\t\x12\x0c\n\x04show\x18\x02 \x01(\x08\x12\r\n\x05\x63olor\x18\x03 \x03(\x05\x12&\n\x08\x64\x61tatype\x18\x04 \x01(\x0e\x32\x14.results.MapDataType\x12\x0f\n\x07image_w\x18\x05 \x01(\x05\x12\x0f\n\x07image_h\x18\x06 \x01(\x05\x12\x0f\n\x07image_c\x18\x07 \x01(\x05\x12\x16\n\x0estart_position\x18\x08 \x01(\x05\x12\x14\n\x0c\x65nd_position\x18\t \x01(\x05\"\x8c\x03\n\x0bResultField\x12\x13\n\x0bmodel_label\x18\x01 \x01(\t\x12\x11\n\tmodel_tag\x18\x02 \x01(\t\x12\x10\n\x08model_id\x18\x03 \x01(\x05\x12\x12\n\nclassifier\x18\x04 \x01(\x01\x12\x1a\n\x12\x65valuation_time_ms\x18\x05 \x01(\x01\x12\x1f\n\x17post_processing_time_ms\x18\x06 \x01(\x01\x12%\n\nresult_map\x18\x07 \x03(\x0b\x32\x11.results.MapField\x12&\n\x07\x66\x65\x61ture\x18\x08 \x03(\x0b\x32\x15.results.FeatureField\x12\x0e\n\x06tenant\x18\t \x01(\t\x12\x11\n\ttenant_id\x18\n \x01(\t\x12\x1a\n\x12onnx_version_major\x18\x0b \x01(\x05\x12\x1a\n\x12onnx_version_minor\x18\x0c \x01(\x05\x12\x13\n\x0b\x66\x65\x61ture_uid\x18\r \x01(\t\x12\x33\n\x11result_field_type\x18\x0e \x01(\x0e\x32\x18.results.ResultFieldType\"\x8b\x01\n\x07Summary\x12\x13\n\x0bimage_class\x18\x01 \x01(\x05\x12\x12\n\nclass_code\x18\x02 \x01(\t\x12\x1c\n\x14most_relevant_defect\x18\x03 \x01(\t\x12\x1d\n\x15relevant_defects_json\x18\x04 \x01(\t\x12\x1a\n\x12\x66\x65\x61ture_table_json\x18\x05 \x01(\t\"8\n\x0b\x46\x65\x61tureInfo\x12\x13\n\x0b\x66\x65\x61ture_uid\x18\x01 \x01(\t\x12\x14\n\x0c\x66\x65\x61ture_name\x18\x02 \x01(\t\"\x93\x02\n\tModelInfo\x12\x11\n\tmodel_uid\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12&\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32\x14.results.FeatureInfo\x12\x0e\n\x06tenant\x18\x04 \x01(\t\x12\x12\n\ntenant_uid\x18\x05 \x01(\t\x12\x1a\n\x12onnx_version_major\x18\x06 \x01(\x05\x12\x1a\n\x12onnx_version_minor\x18\x07 \x01(\x05\x12&\n\nmodel_type\x18\x08 \x01(\x0e\x32\x12.results.ModelType\x12\x33\n\x11model_output_type\x18\t \x01(\x0e\x32\x18.results.ModelOutputType\"\x87\x03\n\x07Results\x12$\n\x06output\x18\x01 \x03(\x0b\x32\x14.results.ResultField\x12\x18\n\x10original_image_w\x18\x02 \x01(\x05\x12\x18\n\x10original_image_h\x18\x03 \x01(\x05\x12\x18\n\x10original_image_c\x18\x04 \x01(\x05\x12\x1b\n\x13original_image_w_mm\x18\x05 \x01(\x01\x12\x1b\n\x13original_image_h_mm\x18\x06 \x01(\x01\x12\x1b\n\x13original_image_c_mm\x18\x07 \x01(\x01\x12\x1d\n\x15mean_gray_active_area\x18\x08 \x01(\x01\x12(\n\x0eresult_summary\x18\t \x01(\x0b\x32\x10.results.Summary\x12\x1c\n\x14min_gray_active_area\x18\n \x01(\x01\x12\x1c\n\x14max_gray_active_area\x18\x0b \x01(\x01\x12,\n\x10\x61vailable_models\x18\x0c \x03(\x0b\x32\x12.results.ModelInfo\"\xcc\x02\n\x0cModelOptions\x12\x13\n\x0b\x64\x65\x61\x63tivated\x18\x01 \x01(\x08\x12 \n\x18minSegmentationThreshold\x18\x02 \x01(\x01\x12\x14\n\x0cminGrayValue\x18\x03 \x01(\x01\x12\x14\n\x0cmaxGrayValue\x18\x04 \x01(\x01\x12\x18\n\x10maxMeanGrayValue\x18\x05 \x01(\x01\x12\x16\n\x0eminProbability\x18\x06 \x01(\x01\x12\x11\n\tminLength\x18\x07 \x01(\x01\x12\x10\n\x08minWidth\x18\x08 \x01(\x01\x12\x11\n\tminHeight\x18\t \x01(\x01\x12\x0f\n\x07minArea\x18\n \x01(\x01\x12\x1a\n\x12minImageClassifier\x18\x0b \x01(\x01\x12\x15\n\rdeepGrayLevel\x18\x0c \x01(\x01\x12\x10\n\x08priority\x18\r \x01(\x05\x12\x19\n\x11onlyBoundingBoxes\x18\x0e \x01(\x08\"\x9e\x03\n\x0fOptionContainer\x12\x36\n\x07options\x18\x01 \x03(\x0b\x32%.results.OptionContainer.OptionsEntry\x12\x11\n\tdivisor_w\x18\x02 \x01(\x05\x12\x11\n\tdivisor_h\x18\x03 \x01(\x05\x12\x12\n\nbatch_size\x18\x04 \x01(\x05\x12 \n\x18network_img_prescaling_w\x18\x05 \x01(\x05\x12 \n\x18network_img_prescaling_h\x18\x06 \x01(\x05\x12 \n\x18network_img_prescaling_c\x18\x07 \x01(\x05\x12\x10\n\x08\x62order_w\x18\x08 \x01(\x05\x12\x10\n\x08\x62order_h\x18\t \x01(\x05\x12\x12\n\nborder_w_r\x18\n \x01(\x05\x12\x12\n\nborder_h_b\x18\x0b \x01(\x05\x12\x0f\n\x07\x63\x65lls_w\x18\x0c \x01(\x05\x12\x0f\n\x07\x63\x65lls_h\x18\r \x01(\x05\x1a\x45\n\x0cOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12$\n\x05value\x18\x02 \x01(\x0b\x32\x15.results.ModelOptions:\x02\x38\x01\"\xd6\x01\n\x06\x44\x65vice\x12\x11\n\tdevice_id\x18\x01 \x01(\x05\x12!\n\x04type\x18\x02 \x01(\x0e\x32\x13.results.DeviceType\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0bmemory_size\x18\x04 \x01(\x03\x12\x12\n\nintegrated\x18\x05 \x01(\x08\x12\x11\n\tcuda_uuid\x18\x06 \x01(\t\x12%\n\x1d\x63uda_compute_capability_major\x18\x07 \x01(\x05\x12%\n\x1d\x63uda_compute_capability_minor\x18\x08 \x01(\x05\"4\n\x11\x44\x65viceInformation\x12\x1f\n\x06\x64\x65vice\x18\x01 \x03(\x0b\x32\x0f.results.Device*\xca\x01\n\x0bMapDataType\x12\x0c\n\x08MAP_INT8\x10\x00\x12\r\n\tMAP_INT16\x10\x01\x12\r\n\tMAP_INT32\x10\x02\x12\r\n\tMAP_INT64\x10\x03\x12\r\n\tMAP_UINT8\x10\x04\x12\x0e\n\nMAP_UINT16\x10\x05\x12\x0e\n\nMAP_UINT32\x10\x06\x12\x0e\n\nMAP_UINT64\x10\x07\x12\x0e\n\nMAP_FLOAT8\x10\x08\x12\x0f\n\x0bMAP_FLOAT16\x10\t\x12\x0f\n\x0bMAP_FLOAT32\x10\n\x12\x0f\n\x0bMAP_FLOAT64\x10\x0b*-\n\tModelType\x12\x0b\n\x07REGULAR\x10\x00\x12\x13\n\x0f\x41REA_DEFINITION\x10\x01*\xbd\x02\n\x0fModelOutputType\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x17\n\x13TYPE_CLASSIFICATION\x10\x01\x12\x15\n\x11TYPE_SEGMENTATION\x10\x02\x12\x1e\n\x1aTYPE_INSTANCE_SEGMENTATION\x10\x03\x12\x19\n\x15TYPE_OBJECT_DETECTION\x10\x04\x12\x1a\n\x16TYPE_ANOMALY_DETECTION\x10\x05\x12&\n\"TYPE_OPTICAL_CHARACTER_RECOGNITION\x10\x06\x12\x11\n\rTYPE_BARCODES\x10\x07\x12*\n&TYPE_OBJECT_DETECTION_HALF_ORIENTATION\x10\x08\x12*\n&TYPE_OBJECT_DETECTION_FULL_ORIENTATION\x10\t*\xd4\x04\n\x0b\x42\x61rcodeType\x12\x10\n\x0c\x42T_UNDEFINED\x10\x00\x12\x0c\n\x08\x42T_AZTEC\x10\x01\x12\x0e\n\nBT_CODABAR\x10\x02\x12\x0e\n\nBT_CODE_32\x10\x03\x12\x0e\n\nBT_CODE_39\x10\x04\x12\x0e\n\nBT_CODE_93\x10\x05\x12\x0f\n\x0b\x42T_CODE_128\x10\x06\x12\x0e\n\nBT_DATABAR\x10\x07\x12\x17\n\x13\x42T_DATABAR_EXPANDED\x10\x08\x12\x16\n\x12\x42T_DATABAR_LIMITED\x10\t\x12\x11\n\rBT_DATAMATRIX\x10\n\x12\x0c\n\x08\x42T_EAN_8\x10\x0b\x12\r\n\tBT_EAN_13\x10\x0c\x12\x1a\n\x16\x42T_EAN_13_WITH_ADDON_2\x10\r\x12\x1a\n\x16\x42T_EAN_13_WITH_ADDON_5\x10\x0e\x12\x15\n\x11\x42T_GS1_DATAMATRIX\x10\x0f\x12\x0e\n\nBT_GS1_128\x10\x10\x12\x0f\n\x0b\x42T_ISBT_128\x10\x11\x12\n\n\x06\x42T_ITF\x10\x12\x12\r\n\tBT_ITF_14\x10\x13\x12\x0f\n\x0b\x42T_MAXICODE\x10\x14\x12\x14\n\x10\x42T_MICRO_QR_CODE\x10\x15\x12\n\n\x06\x42T_MSI\x10\x16\x12\r\n\tBT_PDF417\x10\x17\x12\x0e\n\nBT_QR_CODE\x10\x18\x12\x0c\n\x08\x42T_UPC_A\x10\x19\x12\x19\n\x15\x42T_UPC_A_WITH_ADDON_2\x10\x1a\x12\x19\n\x15\x42T_UPC_A_WITH_ADDON_5\x10\x1b\x12\x0c\n\x08\x42T_UPC_E\x10\x1c\x12\x19\n\x15\x42T_UPC_E_WITH_ADDON_2\x10\x1d\x12\x19\n\x15\x42T_UPC_E_WITH_ADDON_5\x10\x1e*H\n\x0fResultFieldType\x12\x0f\n\x0bRFT_REGULAR\x10\x00\x12\x15\n\x11RFT_MODEL_SUMMARY\x10\x01\x12\r\n\tRFT_DEBUG\x10\x02*-\n\nDeviceType\x12\r\n\tUNDEFINED\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x42+Z\x14\x64\x65nkproto-go/results\xaa\x02\x12\x44\x45NK.Proto.Resultsb\x06proto3')
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rresults.proto\x12\x07results\"\xb1\x01\n\rDefectAddress\x12\x15\n\rdataset_index\x18\x01 \x01(\x05\x12\x10\n\x08model_id\x18\x02 \x01(\x05\x12\x15\n\rfeature_index\x18\x03 \x01(\x05\x12\x14\n\x0coverlap_area\x18\x04 \x01(\x01\x12\x15\n\roverlap_ratio\x18\x05 \x01(\x01\x12\x1e\n\x16overlap_ratio_of_other\x18\x06 \x01(\x01\x12\x13\n\x0b\x66\x65\x61ture_uid\x18\x07 \x01(\t\"<\n\x06RowRLC\x12\x10\n\x08offset_x\x18\x01 \x01(\x05\x12\x10\n\x08offset_y\x18\x02 \x01(\x05\x12\x0e\n\x06length\x18\x03 \x01(\x05\"G\n\x0cOcrCharacter\x12\x11\n\tcharacter\x18\x01 \x01(\t\x12\x13\n\x0bprobability\x18\x02 \x01(\x01\x12\x0f\n\x07ignored\x18\x03 \x01(\x08\"D\n\x14OcrCharacterPosition\x12,\n\rocr_character\x18\x01 \x03(\x0b\x32\x15.results.OcrCharacter\"\x1d\n\x05Point\x12\t\n\x01x\x18\x01 \x01(\x01\x12\t\n\x01y\x18\x02 \x01(\x01\" \n\x08PointInt\x12\t\n\x01x\x18\x01 \x01(\x03\x12\t\n\x01y\x18\x02 \x01(\x03\",\n\x07\x43ontour\x12!\n\x06points\x18\x01 \x03(\x0b\x32\x11.results.PointInt\"f\n\x12MinimalBoundingBox\x12\x10\n\x08\x63\x65nter_x\x18\x01 \x01(\x01\x12\x10\n\x08\x63\x65nter_y\x18\x02 \x01(\x01\x12\r\n\x05width\x18\x03 \x01(\x01\x12\x0e\n\x06height\x18\x04 \x01(\x01\x12\r\n\x05\x61ngle\x18\x05 \x01(\x01\"}\n\x13OrientedBoundingBox\x12\x1e\n\x06\x63\x65nter\x18\x01 \x01(\x0b\x32\x0e.results.Point\x12\r\n\x05width\x18\x02 \x01(\x01\x12\x0e\n\x06height\x18\x03 \x01(\x01\x12\r\n\x05\x61ngle\x18\x04 \x01(\x01\x12\x18\n\x10\x66ull_orientation\x18\x05 \x01(\x08\"\xf3\x06\n\x0c\x46\x65\x61tureField\x12\r\n\x05label\x18\x01 \x01(\t\x12\x0c\n\x04show\x18\x02 \x01(\x08\x12\r\n\x05\x63olor\x18\x03 \x03(\x05\x12\x0e\n\x06rect_x\x18\x04 \x01(\x05\x12\x0e\n\x06rect_y\x18\x05 \x01(\x05\x12\x0e\n\x06rect_w\x18\x06 \x01(\x05\x12\x0e\n\x06rect_h\x18\x07 \x01(\x05\x12\x13\n\x0bprobability\x18\x08 \x01(\x01\x12\x0c\n\x04\x61rea\x18\t \x01(\x01\x12\x0e\n\x06length\x18\n \x01(\x01\x12\r\n\x05width\x18\x0b \x01(\x01\x12\x11\n\tmean_gray\x18\x0c \x01(\x01\x12\x10\n\x08max_gray\x18\r \x01(\x01\x12\x10\n\x08min_gray\x18\x0e \x01(\x01\x12\x0f\n\x07in_area\x18\x0f \x03(\x05\x12-\n\roverlaps_with\x18\x10 \x03(\x0b\x32\x16.results.DefectAddress\x12\x11\n\trect_x_mm\x18\x11 \x01(\x01\x12\x11\n\trect_y_mm\x18\x12 \x01(\x01\x12\x11\n\trect_w_mm\x18\x13 \x01(\x01\x12\x11\n\trect_h_mm\x18\x14 \x01(\x01\x12 \n\x07row_rlc\x18\x15 \x03(\x0b\x32\x0f.results.RowRLC\x12=\n\x16ocr_character_position\x18\x16 \x03(\x0b\x32\x1d.results.OcrCharacterPosition\x12\x39\n\x14minimal_bounding_box\x18\x17 \x01(\x0b\x32\x1b.results.MinimalBoundingBox\x12\x32\n\x1aminimal_bounding_box_point\x18\x18 \x03(\x0b\x32\x0e.results.Point\x12\x1d\n\x15write_protected_label\x18\x19 \x01(\x08\x12*\n\x0c\x62\x61rcode_type\x18\x1a \x01(\x0e\x32\x14.results.BarcodeType\x12\x19\n\x11\x62\x61rcode_raw_bytes\x18\x1b \x01(\x0c\x12;\n\x15oriented_bounding_box\x18\x1c \x01(\x0b\x32\x1c.results.OrientedBoundingBox\x12\x33\n\x1boriented_bounding_box_point\x18\x1d \x03(\x0b\x32\x0e.results.Point\x12\x19\n\x11segmentation_mask\x18\x1e \x01(\x0c\x12/\n\x15segmentation_contours\x18\x1f \x03(\x0b\x32\x10.results.Contour\"\xbf\x01\n\x08MapField\x12\r\n\x05label\x18\x01 \x01(\t\x12\x0c\n\x04show\x18\x02 \x01(\x08\x12\r\n\x05\x63olor\x18\x03 \x03(\x05\x12&\n\x08\x64\x61tatype\x18\x04 \x01(\x0e\x32\x14.results.MapDataType\x12\x0f\n\x07image_w\x18\x05 \x01(\x05\x12\x0f\n\x07image_h\x18\x06 \x01(\x05\x12\x0f\n\x07image_c\x18\x07 \x01(\x05\x12\x16\n\x0estart_position\x18\x08 \x01(\x05\x12\x14\n\x0c\x65nd_position\x18\t \x01(\x05\"\x8c\x03\n\x0bResultField\x12\x13\n\x0bmodel_label\x18\x01 \x01(\t\x12\x11\n\tmodel_tag\x18\x02 \x01(\t\x12\x10\n\x08model_id\x18\x03 \x01(\x05\x12\x12\n\nclassifier\x18\x04 \x01(\x01\x12\x1a\n\x12\x65valuation_time_ms\x18\x05 \x01(\x01\x12\x1f\n\x17post_processing_time_ms\x18\x06 \x01(\x01\x12%\n\nresult_map\x18\x07 \x03(\x0b\x32\x11.results.MapField\x12&\n\x07\x66\x65\x61ture\x18\x08 \x03(\x0b\x32\x15.results.FeatureField\x12\x0e\n\x06tenant\x18\t \x01(\t\x12\x11\n\ttenant_id\x18\n \x01(\t\x12\x1a\n\x12onnx_version_major\x18\x0b \x01(\x05\x12\x1a\n\x12onnx_version_minor\x18\x0c \x01(\x05\x12\x13\n\x0b\x66\x65\x61ture_uid\x18\r \x01(\t\x12\x33\n\x11result_field_type\x18\x0e \x01(\x0e\x32\x18.results.ResultFieldType\"\x8b\x01\n\x07Summary\x12\x13\n\x0bimage_class\x18\x01 \x01(\x05\x12\x12\n\nclass_code\x18\x02 \x01(\t\x12\x1c\n\x14most_relevant_defect\x18\x03 \x01(\t\x12\x1d\n\x15relevant_defects_json\x18\x04 \x01(\t\x12\x1a\n\x12\x66\x65\x61ture_table_json\x18\x05 \x01(\t\"8\n\x0b\x46\x65\x61tureInfo\x12\x13\n\x0b\x66\x65\x61ture_uid\x18\x01 \x01(\t\x12\x14\n\x0c\x66\x65\x61ture_name\x18\x02 \x01(\t\"\x93\x02\n\tModelInfo\x12\x11\n\tmodel_uid\x18\x01 \x01(\t\x12\x12\n\nmodel_name\x18\x02 \x01(\t\x12&\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32\x14.results.FeatureInfo\x12\x0e\n\x06tenant\x18\x04 \x01(\t\x12\x12\n\ntenant_uid\x18\x05 \x01(\t\x12\x1a\n\x12onnx_version_major\x18\x06 \x01(\x05\x12\x1a\n\x12onnx_version_minor\x18\x07 \x01(\x05\x12&\n\nmodel_type\x18\x08 \x01(\x0e\x32\x12.results.ModelType\x12\x33\n\x11model_output_type\x18\t \x01(\x0e\x32\x18.results.ModelOutputType\"\x87\x03\n\x07Results\x12$\n\x06output\x18\x01 \x03(\x0b\x32\x14.results.ResultField\x12\x18\n\x10original_image_w\x18\x02 \x01(\x05\x12\x18\n\x10original_image_h\x18\x03 \x01(\x05\x12\x18\n\x10original_image_c\x18\x04 \x01(\x05\x12\x1b\n\x13original_image_w_mm\x18\x05 \x01(\x01\x12\x1b\n\x13original_image_h_mm\x18\x06 \x01(\x01\x12\x1b\n\x13original_image_c_mm\x18\x07 \x01(\x01\x12\x1d\n\x15mean_gray_active_area\x18\x08 \x01(\x01\x12(\n\x0eresult_summary\x18\t \x01(\x0b\x32\x10.results.Summary\x12\x1c\n\x14min_gray_active_area\x18\n \x01(\x01\x12\x1c\n\x14max_gray_active_area\x18\x0b \x01(\x01\x12,\n\x10\x61vailable_models\x18\x0c \x03(\x0b\x32\x12.results.ModelInfo\"\xcc\x02\n\x0cModelOptions\x12\x13\n\x0b\x64\x65\x61\x63tivated\x18\x01 \x01(\x08\x12 \n\x18minSegmentationThreshold\x18\x02 \x01(\x01\x12\x14\n\x0cminGrayValue\x18\x03 \x01(\x01\x12\x14\n\x0cmaxGrayValue\x18\x04 \x01(\x01\x12\x18\n\x10maxMeanGrayValue\x18\x05 \x01(\x01\x12\x16\n\x0eminProbability\x18\x06 \x01(\x01\x12\x11\n\tminLength\x18\x07 \x01(\x01\x12\x10\n\x08minWidth\x18\x08 \x01(\x01\x12\x11\n\tminHeight\x18\t \x01(\x01\x12\x0f\n\x07minArea\x18\n \x01(\x01\x12\x1a\n\x12minImageClassifier\x18\x0b \x01(\x01\x12\x15\n\rdeepGrayLevel\x18\x0c \x01(\x01\x12\x10\n\x08priority\x18\r \x01(\x05\x12\x19\n\x11onlyBoundingBoxes\x18\x0e \x01(\x08\"\x9e\x03\n\x0fOptionContainer\x12\x36\n\x07options\x18\x01 \x03(\x0b\x32%.results.OptionContainer.OptionsEntry\x12\x11\n\tdivisor_w\x18\x02 \x01(\x05\x12\x11\n\tdivisor_h\x18\x03 \x01(\x05\x12\x12\n\nbatch_size\x18\x04 \x01(\x05\x12 \n\x18network_img_prescaling_w\x18\x05 \x01(\x05\x12 \n\x18network_img_prescaling_h\x18\x06 \x01(\x05\x12 \n\x18network_img_prescaling_c\x18\x07 \x01(\x05\x12\x10\n\x08\x62order_w\x18\x08 \x01(\x05\x12\x10\n\x08\x62order_h\x18\t \x01(\x05\x12\x12\n\nborder_w_r\x18\n \x01(\x05\x12\x12\n\nborder_h_b\x18\x0b \x01(\x05\x12\x0f\n\x07\x63\x65lls_w\x18\x0c \x01(\x05\x12\x0f\n\x07\x63\x65lls_h\x18\r \x01(\x05\x1a\x45\n\x0cOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12$\n\x05value\x18\x02 \x01(\x0b\x32\x15.results.ModelOptions:\x02\x38\x01\"\xd6\x01\n\x06\x44\x65vice\x12\x11\n\tdevice_id\x18\x01 \x01(\x05\x12!\n\x04type\x18\x02 \x01(\x0e\x32\x13.results.DeviceType\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0bmemory_size\x18\x04 \x01(\x03\x12\x12\n\nintegrated\x18\x05 \x01(\x08\x12\x11\n\tcuda_uuid\x18\x06 \x01(\t\x12%\n\x1d\x63uda_compute_capability_major\x18\x07 \x01(\x05\x12%\n\x1d\x63uda_compute_capability_minor\x18\x08 \x01(\x05\"4\n\x11\x44\x65viceInformation\x12\x1f\n\x06\x64\x65vice\x18\x01 \x03(\x0b\x32\x0f.results.Device*\xca\x01\n\x0bMapDataType\x12\x0c\n\x08MAP_INT8\x10\x00\x12\r\n\tMAP_INT16\x10\x01\x12\r\n\tMAP_INT32\x10\x02\x12\r\n\tMAP_INT64\x10\x03\x12\r\n\tMAP_UINT8\x10\x04\x12\x0e\n\nMAP_UINT16\x10\x05\x12\x0e\n\nMAP_UINT32\x10\x06\x12\x0e\n\nMAP_UINT64\x10\x07\x12\x0e\n\nMAP_FLOAT8\x10\x08\x12\x0f\n\x0bMAP_FLOAT16\x10\t\x12\x0f\n\x0bMAP_FLOAT32\x10\n\x12\x0f\n\x0bMAP_FLOAT64\x10\x0b*-\n\tModelType\x12\x0b\n\x07REGULAR\x10\x00\x12\x13\n\x0f\x41REA_DEFINITION\x10\x01*\xbd\x02\n\x0fModelOutputType\x12\x10\n\x0cTYPE_UNKNOWN\x10\x00\x12\x17\n\x13TYPE_CLASSIFICATION\x10\x01\x12\x15\n\x11TYPE_SEGMENTATION\x10\x02\x12\x1e\n\x1aTYPE_INSTANCE_SEGMENTATION\x10\x03\x12\x19\n\x15TYPE_OBJECT_DETECTION\x10\x04\x12\x1a\n\x16TYPE_ANOMALY_DETECTION\x10\x05\x12&\n\"TYPE_OPTICAL_CHARACTER_RECOGNITION\x10\x06\x12\x11\n\rTYPE_BARCODES\x10\x07\x12*\n&TYPE_OBJECT_DETECTION_HALF_ORIENTATION\x10\x08\x12*\n&TYPE_OBJECT_DETECTION_FULL_ORIENTATION\x10\t*\xd4\x04\n\x0b\x42\x61rcodeType\x12\x10\n\x0c\x42T_UNDEFINED\x10\x00\x12\x0c\n\x08\x42T_AZTEC\x10\x01\x12\x0e\n\nBT_CODABAR\x10\x02\x12\x0e\n\nBT_CODE_32\x10\x03\x12\x0e\n\nBT_CODE_39\x10\x04\x12\x0e\n\nBT_CODE_93\x10\x05\x12\x0f\n\x0b\x42T_CODE_128\x10\x06\x12\x0e\n\nBT_DATABAR\x10\x07\x12\x17\n\x13\x42T_DATABAR_EXPANDED\x10\x08\x12\x16\n\x12\x42T_DATABAR_LIMITED\x10\t\x12\x11\n\rBT_DATAMATRIX\x10\n\x12\x0c\n\x08\x42T_EAN_8\x10\x0b\x12\r\n\tBT_EAN_13\x10\x0c\x12\x1a\n\x16\x42T_EAN_13_WITH_ADDON_2\x10\r\x12\x1a\n\x16\x42T_EAN_13_WITH_ADDON_5\x10\x0e\x12\x15\n\x11\x42T_GS1_DATAMATRIX\x10\x0f\x12\x0e\n\nBT_GS1_128\x10\x10\x12\x0f\n\x0b\x42T_ISBT_128\x10\x11\x12\n\n\x06\x42T_ITF\x10\x12\x12\r\n\tBT_ITF_14\x10\x13\x12\x0f\n\x0b\x42T_MAXICODE\x10\x14\x12\x14\n\x10\x42T_MICRO_QR_CODE\x10\x15\x12\n\n\x06\x42T_MSI\x10\x16\x12\r\n\tBT_PDF417\x10\x17\x12\x0e\n\nBT_QR_CODE\x10\x18\x12\x0c\n\x08\x42T_UPC_A\x10\x19\x12\x19\n\x15\x42T_UPC_A_WITH_ADDON_2\x10\x1a\x12\x19\n\x15\x42T_UPC_A_WITH_ADDON_5\x10\x1b\x12\x0c\n\x08\x42T_UPC_E\x10\x1c\x12\x19\n\x15\x42T_UPC_E_WITH_ADDON_2\x10\x1d\x12\x19\n\x15\x42T_UPC_E_WITH_ADDON_5\x10\x1e*H\n\x0fResultFieldType\x12\x0f\n\x0bRFT_REGULAR\x10\x00\x12\x15\n\x11RFT_MODEL_SUMMARY\x10\x01\x12\r\n\tRFT_DEBUG\x10\x02*-\n\nDeviceType\x12\r\n\tUNDEFINED\x10\x00\x12\x07\n\x03\x43PU\x10\x01\x12\x07\n\x03GPU\x10\x02\x42?Z(github.com/DENKweit/denkproto-go/results\xaa\x02\x12\x44\x45NK.Proto.Resultsb\x06proto3')
28
28
 
29
29
  _globals = globals()
30
30
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
31
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'results_pb2', _globals)
32
32
  if not _descriptor._USE_C_DESCRIPTORS:
33
33
  _globals['DESCRIPTOR']._loaded_options = None
34
- _globals['DESCRIPTOR']._serialized_options = b'Z\024denkproto-go/results\252\002\022DENK.Proto.Results'
34
+ _globals['DESCRIPTOR']._serialized_options = b'Z(github.com/DENKweit/denkproto-go/results\252\002\022DENK.Proto.Results'
35
35
  _globals['_OPTIONCONTAINER_OPTIONSENTRY']._loaded_options = None
36
36
  _globals['_OPTIONCONTAINER_OPTIONSENTRY']._serialized_options = b'8\001'
37
37
  _globals['_MAPDATATYPE']._serialized_start=4128
@@ -1,5 +1,5 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: denkproto
3
- Version: 1.0.42
3
+ Version: 1.0.43
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: protobuf>=3.20.3
@@ -1,27 +1,27 @@
1
- denkproto/DENKbuffer_pb2.py,sha256=sV4v-E4Q4UtlWzyxlhMAzN2fekG3aztf1QD_c64K6vo,10518
1
+ denkproto/DENKbuffer_pb2.py,sha256=epEr3RlsxD75fQNsSfHiV5PB19pN9P0zxPgfUshYWqo,10546
2
2
  denkproto/DENKbuffer_pb2.pyi,sha256=doI3OWHy475BkkS9V64duMkiVGKQCIuc3n7nGlZcwjE,14171
3
3
  denkproto/DENKbuffer_pb2_grpc.py,sha256=-CPJPM4FOqwvwV8-f1iJlD18UD9juVIIHfdWUecuNpc,891
4
- denkproto/ImageAnalysis_ProtobufMessages_pb2.py,sha256=N_WLaNtLU9ZG7FbAkDlxFUUi0TEfhqJygGsGg06-u8E,20984
4
+ denkproto/ImageAnalysis_ProtobufMessages_pb2.py,sha256=iEY0j9ySGUThnqTdYD4uAVr9P3GiC5R02iK53zEOXUQ,21015
5
5
  denkproto/ImageAnalysis_ProtobufMessages_pb2.pyi,sha256=5LFtxrmYpJHizDDNGFTkL7-NQ_TkwqCSdq7vcv3lg-c,36243
6
6
  denkproto/ImageAnalysis_ProtobufMessages_pb2_grpc.py,sha256=l3agtDjgu4jay6P9TRnHhyhJ-7UdoII27ywhw3k84oo,911
7
- denkproto/__about__.py,sha256=3HzUIHZ06cFeutlzacw4MWbQhO2k7LZvm2zYe8cciJo,23
7
+ denkproto/__about__.py,sha256=skOgXHOIeUG3oFU0Ku0ge7Ylu7NEYQVZlmNuYQ0mEvM,23
8
8
  denkproto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- denkproto/denkcache_pb2.py,sha256=cHwMXY7Lr7FXQLh2Sx5dCkX_1RVnuNB8RHPjtLacjKM,6599
9
+ denkproto/denkcache_pb2.py,sha256=fvrIvDfK8ED_w0EfO0tIrLMsBh2T5yvVI-sNFCK7NEQ,6627
10
10
  denkproto/denkcache_pb2.pyi,sha256=qOzFOkddUapSJZz5d_mqcfHvWDAmM-70m_7FeM7n5fI,5595
11
11
  denkproto/denkcache_pb2_grpc.py,sha256=tKt4dGD5IkSJ8Ff9pSsZr2vcOEXuBpEGY3azihjvOxU,15607
12
- denkproto/inference_graph_pb2.py,sha256=cA6zAYLplxTkBaeCwWJv2Qgy9b6sAd4W4y5jPIAP8QY,7105
12
+ denkproto/inference_graph_pb2.py,sha256=I9-Xtb04NyPvfBSXJX03iDSMAcW3g5vvBrTvNA0pPgw,7141
13
13
  denkproto/inference_graph_pb2.pyi,sha256=ilgbI22aE6Ys6f8VJcFc8yEl3iABoF8TvqRKb_2d4IU,10315
14
14
  denkproto/inference_graph_pb2_grpc.py,sha256=aXPf0w7pIfspkKUKGCr--OtJMOaTfE8IbeuBm10g1Xg,896
15
- denkproto/modelfile_v1_pb2.py,sha256=1vrVofquDm9UCxxHDMtB8icTsNQUaGQJx6J7oa19a4w,6545
15
+ denkproto/modelfile_v1_pb2.py,sha256=ulF24nSIspn46DnQKlvR5Po3w-vFCnawuuverAVi3cY,6573
16
16
  denkproto/modelfile_v1_pb2.pyi,sha256=gjTbWvg48wqGhyJb5CT0pw3yUZGhO_lSZgL7Ia2aPbY,10685
17
17
  denkproto/modelfile_v1_pb2_grpc.py,sha256=ov5B2o4JSYbAfcbbdZr55wEzfGlKI02H-tkvXGXqJVg,893
18
- denkproto/modelfile_v2_pb2.py,sha256=QFDXAACnHWmXs_eBIh7W4EWTHkA5WrT515oT4H80Qng,12304
18
+ denkproto/modelfile_v2_pb2.py,sha256=rQkrXgMceYg1yVV3IXU5c0KUIZcGHOn3E6v_BsmsGL8,12361
19
19
  denkproto/modelfile_v2_pb2.pyi,sha256=wBVFplevlQoS_0Z6wmLI-OLKI_iXpJfThd9D2Yo5kcI,19802
20
20
  denkproto/modelfile_v2_pb2_grpc.py,sha256=xiC5FeyZDWcucC3uRJ4kllDJmaRayvrzOKIhvg6o1Tc,893
21
21
  denkproto/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
- denkproto/results_pb2.py,sha256=BWDJdrgS8xTBhyH2T6BEy4_ZjEc4ksYC2oX58hhW3Wg,14081
22
+ denkproto/results_pb2.py,sha256=rBZ4HIHgdKHdASDbF8mTmZ0_xi1ffq3YJ2g_cvzIlhk,14109
23
23
  denkproto/results_pb2.pyi,sha256=8l1v1QenLzWlYnQtnCBqzXMMHUagOTalq9xJKfK6FKo,26711
24
24
  denkproto/results_pb2_grpc.py,sha256=z-4qcDMjjuPRy7lDtECTtReByVEyz3fjIPES9dMlO58,888
25
- denkproto-1.0.42.dist-info/METADATA,sha256=sL3KjjD1Ls6YiGelV2kh7OY-bMM_QIsilkXqy3Hrh3w,110
26
- denkproto-1.0.42.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
27
- denkproto-1.0.42.dist-info/RECORD,,
25
+ denkproto-1.0.43.dist-info/METADATA,sha256=SYEj7GHDtAxhECtCwZcJ7hy5SQ01HkuPsKSdEcyN8yk,110
26
+ denkproto-1.0.43.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
27
+ denkproto-1.0.43.dist-info/RECORD,,