Commit 03bb2198 by vincent

fixed some more typos

parent 004ef805
...@@ -485,7 +485,7 @@ export interface IFaceLandmarks { ...@@ -485,7 +485,7 @@ export interface IFaceLandmarks {
``` javascript ``` javascript
export interface IFaceDetectionWithLandmarks { export interface IFaceDetectionWithLandmarks {
detection: FaceDetection detection: FaceDetection
faceLandmarks: FaceLandmarks landmarks: FaceLandmarks
} }
``` ```
...@@ -495,7 +495,7 @@ export interface IFaceDetectionWithLandmarks { ...@@ -495,7 +495,7 @@ export interface IFaceDetectionWithLandmarks {
``` javascript ``` javascript
export interface IFullFaceDescription extends IFaceDetectionWithLandmarks { 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