人脸检测为什么会报222203 错误
Ta的回复 :像这样: $img=base64_encode(file_get_contents('2.jpg')); $imageType = "BASE64"; // 如果有可选参数 $options = array(); $options["face_field"] = "age,beauty,expression,faceshape,gender,glasses,landmark,race,quality,facetype"; $options["max_face_num"] = 2; $options["face_type"] = "LIVE"; // 带参数调用人脸检测 $result=$client->detect($img, $imageType,$options);