Skip to content

Commit 272c8d4

Browse files
schmidt-sebastiancopybara-github
authored andcommitted
Add Matrix to vision.d.ts
PiperOrigin-RevId: 630512342
1 parent 55ba90e commit 272c8d4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

mediapipe/tasks/web/vision/face_landmarker/face_landmarker_result.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616

1717
import {Category} from '../../../../tasks/web/components/containers/category';
1818
import {Classifications} from '../../../../tasks/web/components/containers/classification_result';
19-
import {Landmark, NormalizedLandmark} from '../../../../tasks/web/components/containers/landmark';
19+
import {
20+
Landmark,
21+
NormalizedLandmark,
22+
} from '../../../../tasks/web/components/containers/landmark';
2023
import {Matrix} from '../../../../tasks/web/components/containers/matrix';
2124

22-
export {Category, Landmark, NormalizedLandmark};
25+
export {Category, Landmark, Matrix, NormalizedLandmark};
2326

2427
/**
2528
* Represents the face landmarks deection results generated by `FaceLandmarker`.

0 commit comments

Comments
 (0)