Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKFaceROI Class Reference

Face region of interest reported alongside a decoded frame. More...

#include <ZoomSDKRenderer.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 -getRotation on the host ZoomSDKYUVRawDataI420.

Definition at line 21 of file ZoomSDKRenderer.h.

Property Documentation

◆ bottom

- (float) bottom
readnonatomicassign

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

Definition at line 29 of file ZoomSDKRenderer.h.

◆ left

- (float) left
readnonatomicassign

Normalized left edge, [0.0, 1.0].

Definition at line 23 of file ZoomSDKRenderer.h.

◆ right

- (float) right
readnonatomicassign

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

Definition at line 27 of file ZoomSDKRenderer.h.

◆ top

- (float) top
readnonatomicassign

Normalized top edge, [0.0, 1.0].

Definition at line 25 of file ZoomSDKRenderer.h.