コード例 #1
0
        public static async Task <bool> Check_Face(string image1, string image2)
        {
            //подключить API Azure для проверки лиц
            bool  result = false;
            Azure az     = new Azure();

            result = await az.f();

            return(result);
        }
コード例 #2
0
        public void tests(object sender, EventArgs e)
        {
            Azure a = new Azure("https://pp.userapi.com/c856136/v856136735/2fc05/eGPqLoK76m0.jpg", "https://pp.userapi.com/c855328/v855328735/30391/bn20Eb-MT0w.jpg");

            a.f();
        }