We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004ef80 commit 03bb219Copy full SHA for 03bb219
README.md
@@ -485,7 +485,7 @@ export interface IFaceLandmarks {
485
``` javascript
486
export interface IFaceDetectionWithLandmarks {
487
detection: FaceDetection
488
- faceLandmarks: FaceLandmarks
+ landmarks: FaceLandmarks
489
}
490
```
491
@@ -495,7 +495,7 @@ export interface IFaceDetectionWithLandmarks {
495
496
497
export interface IFullFaceDescription extends IFaceDetectionWithLandmarks {
498
- faceDescriptor: Float32Array
+ descriptor: Float32Array
499
500
501
0 commit comments