Luxand.FSDK.GetValueConfidence C# (CSharp) Method

GetValueConfidence() private method

private GetValueConfidence ( string AttributeValues, string Value, float &Confidence ) : int
AttributeValues string
Value string
Confidence float
return int
        public static extern int GetValueConfidence(string AttributeValues, string Value, ref float Confidence);
FSDK