Luxand.FSDK.GetValueConfidence C# (CSharp) Метод

GetValueConfidence() приватный Метод

private GetValueConfidence ( string AttributeValues, string Value, float &Confidence ) : int
AttributeValues string
Value string
Confidence float
Результат int
        public static extern int GetValueConfidence(string AttributeValues, string Value, ref float Confidence);
FSDK