OliveappFaceInfo.h 457 B

1234567891011121314151617
  1. //
  2. // OliveappFaceInfo.h
  3. // OliveappLibrary
  4. //
  5. // Created by Xiaoyang Lin on 17/1/9.
  6. // Copyright © 2017年 Oliveapp. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "OliveappStructLivenessFrameResult.h"
  10. @interface OliveappFaceInfo : NSObject
  11. @property (nonatomic) struct Position leftEye;
  12. @property (nonatomic) struct Position rightEye;
  13. @property (nonatomic) struct Position mouth;
  14. @property (nonatomic) struct Position chin;
  15. @end