Commit 03bb2198 by vincent

fixed some more typos

parent 004ef805
......@@ -485,7 +485,7 @@ export interface IFaceLandmarks {
``` javascript
export interface IFaceDetectionWithLandmarks {
detection: FaceDetection
faceLandmarks: FaceLandmarks
landmarks: FaceLandmarks
}
```
......@@ -495,7 +495,7 @@ export interface IFaceDetectionWithLandmarks {
``` javascript
export interface IFullFaceDescription extends IFaceDetectionWithLandmarks {
faceDescriptor: Float32Array
descriptor: Float32Array
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment