FrameGetRegionNames Method

Note: This API is now obsolete.
Returns the names of regions which are defined for the face within this frame.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public List<string> GetRegionNames(
	string faceId
)

Parameters

faceId  String
identifier for the face of interest

Return Value

ListString
list of region names which can be retrieved for the face

See Also