Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCFaceROI Class 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

Detailed Description

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.

Property Documentation

◆ bottom

- (float) bottom
readnonatomicassign

Normalized bottom edge, [0.0, 1.0], > top.

Definition at line 25 of file MobileRTCFaceROIInfo.h.

◆ left

- (float) left
readnonatomicassign

Normalized left edge, [0.0, 1.0].

Definition at line 19 of file MobileRTCFaceROIInfo.h.

◆ right

- (float) right
readnonatomicassign

Normalized right edge, [0.0, 1.0], > left.

Definition at line 23 of file MobileRTCFaceROIInfo.h.

◆ top

- (float) top
readnonatomicassign

Normalized top edge, [0.0, 1.0].

Definition at line 21 of file MobileRTCFaceROIInfo.h.