Skip to content

Commit

Permalink
Add Matrix to vision.d.ts
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630512342
  • Loading branch information
schmidt-sebastian authored and copybara-github committed May 3, 2024
1 parent 55ba90e commit 272c8d4
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@

import {Category} from '../../../../tasks/web/components/containers/category';
import {Classifications} from '../../../../tasks/web/components/containers/classification_result';
import {Landmark, NormalizedLandmark} from '../../../../tasks/web/components/containers/landmark';
import {
Landmark,
NormalizedLandmark,
} from '../../../../tasks/web/components/containers/landmark';
import {Matrix} from '../../../../tasks/web/components/containers/matrix';

export {Category, Landmark, NormalizedLandmark};
export {Category, Landmark, Matrix, NormalizedLandmark};

/**
* Represents the face landmarks deection results generated by `FaceLandmarker`.
Expand Down

0 comments on commit 272c8d4

Please sign in to comment.