百度API调用AI人脸识别分析学习例子

易语言 2020-03-08 21:38:43

百度API调用AI人脸识别分析学习例子

tp = 编码_URL编码 (编码_BASE64编码 (读入文件 (编辑框1.内容)), 真, 真)
time_stamp = 时间_取现行时间戳 (真)
nonce_str = “1818324266”
sign = 求sign (tp, time_stamp, nonce_str)
ADD_数据包.添加 (“app_id”, app_id)
ADD_数据包.添加 (“image”, tp)
ADD_数据包.添加 (“mode”, “0”)
ADD_数据包.添加 (“time_stamp”, time_stamp)
ADD_数据包.添加 (“nonce_str”, nonce_str)
ADD_数据包.添加 (“sign”, sign)
提交数据 = ADD_数据包.获取Post数据 ()