Internal change

PiperOrigin-RevId: 499282085
This commit is contained in:
Sebastian Schmidt 2023-01-03 12:03:57 -08:00 committed by Copybara-Service
parent 987f4dc1ed
commit 68f247a5c7

View File

@ -17,6 +17,8 @@
import {Category} from '../../../../tasks/web/components/containers/category'; import {Category} from '../../../../tasks/web/components/containers/category';
import {Landmark, NormalizedLandmark} from '../../../../tasks/web/components/containers/landmark'; import {Landmark, NormalizedLandmark} from '../../../../tasks/web/components/containers/landmark';
export {Landmark, NormalizedLandmark, Category};
/** /**
* Represents the hand landmarks deection results generated by `HandLandmarker`. * Represents the hand landmarks deection results generated by `HandLandmarker`.
*/ */