FaceRecognizerGetLabelInfo Method
|
Gets string information by label.
If an unknown label id is provided or there is no label information associated with the specified
label id the method returns an empty string.
Namespace:
OpenCvSharp.Face
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic string GetLabelInfo(
int label
)
Public Function GetLabelInfo (
label As Integer
) As String
public:
String^ GetLabelInfo(
int label
)
member GetLabelInfo :
label : int -> string
function GetLabelInfo(label);
Parameters
- label
- Type: SystemInt32
Return Value
Type:
String
See Also