syntax = "proto3"; import "DetectionBenchmark.proto"; package Tango.PMR.TCC; option java_package = "com.twine.tango.pmr.tcc"; message DetectionInput { bytes Bitmap = 1; int32 Columns = 2; int32 Rows = 3; int32 TargetIndex = 4; bool RequestDebugImage = 5; bool RequestColorMatrix = 6; repeated DetectionBenchmark Benchmarks = 7; bool PerformCLAHE = 8; }