文档中心
视频通话 (Legacy)
API 参考
AgoraFacePositionInfo Class Reference
Objective-C API Reference for iOS/macOS
AgoraFacePositionInfo Class Reference
Inherits from |
NSObject |
Declared in |
AgoraObjects.h |
人脸在 View 中的 x 坐标 (px)。以 View 的左上角为原点,x 坐标为人脸左上角相对于原点的横向位移。
@property (assign, nonatomic) NSInteger x
Declared In
AgoraObjects.h
人脸在 View 中的 y 坐标 (px)。以 View 的左上角为原点,y 坐标为人脸左上角相对原点的纵向位移。
@property (assign, nonatomic) NSInteger y
Declared In
AgoraObjects.h
@property (assign, nonatomic) NSInteger width
Declared In
AgoraObjects.h
@property (assign, nonatomic) NSInteger height
Declared In
AgoraObjects.h
@property (assign, nonatomic) NSInteger distance
Declared In
AgoraObjects.h