Internal change

PiperOrigin-RevId: 519010016
This commit is contained in:
Hadon Nash
2023-03-23 17:51:26 -07:00
committed by Copybara-Service
parent 6aab4e013d
commit 8a55f11952
6 changed files with 5 additions and 4 deletions
@@ -75,7 +75,7 @@ message LocationData {
optional int32 width = 1;
optional int32 height = 2;
// A rasterization-like format for storing the mask.
optional Rasterization rasterization = 3;
optional mediapipe.Rasterization rasterization = 3;
}
optional BinaryMask mask = 4;