2 package yieGOMVkeFReJTCdImEYAzGjafuIsmjG;
5 rpc detect (FaceImage) returns (DetectionFrames);
9 repeated string mime_type = 1;
10 repeated bytes image_binary = 2;
13 message DetectionFrames {
14 repeated int64 image = 1;
15 repeated int64 region = 2;
20 repeated string mime_type = 7;
21 repeated bytes image_binary = 8;