FrameGetRegionNames Method
Note: This API is now obsolete.
Returns the names of regions which are defined for the
face within this frame.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public List<string> GetRegionNames(
string faceId
)
<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>
Public Function GetRegionNames (
faceId As String
) As List(Of String)
public:
[ObsoleteAttribute(L"This method is deprecated and will be removed in future versions.")]
List<String^>^ GetRegionNames(
String^ faceId
)
[<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>]
member GetRegionNames :
faceId : string -> List<string>
- faceId String
- identifier for the face of interest
ListStringlist of region names which can be retrieved for the face