|
Meeting SDK for iOS API Reference
|
Face region of interest reported alongside a decoded frame. More...
#include <MobileRTCFaceROIInfo.h>
Inherits NSObject.
Properties | |
| float | left |
| float | top |
| float | right |
| float | bottom |
Face region of interest reported alongside a decoded frame.
Coordinates are normalized to [0.0, 1.0], with the origin at the top-left corner of the decoded (pre-rotation) frame. Callers that need display coordinates must apply the frame rotation reported by the host raw data.
Definition at line 17 of file MobileRTCFaceROIInfo.h.
|
readnonatomicassign |
Normalized bottom edge, [0.0, 1.0], > top.
Definition at line 25 of file MobileRTCFaceROIInfo.h.
|
readnonatomicassign |
Normalized left edge, [0.0, 1.0].
Definition at line 19 of file MobileRTCFaceROIInfo.h.
|
readnonatomicassign |
Normalized right edge, [0.0, 1.0], > left.
Definition at line 23 of file MobileRTCFaceROIInfo.h.
|
readnonatomicassign |
Normalized top edge, [0.0, 1.0].
Definition at line 21 of file MobileRTCFaceROIInfo.h.