检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
操作步骤 进入API Explorer平台获取IAM用户Token接口。 选择Region,编辑获取用户Token接口的请求参数,进行具体的API调用。 Region 在Region下拉列表选取您需要访问的区域。
使用服务 人脸识别提供了Web化的服务管理平台,即管理控制台,以及基于HTTPS请求的API管理方式。人脸识别以开放API的方式提供给用户,用户需要将人脸识别集成到第三方系统后才可使用。
result)::" + JSON.stringify(result)); }).catch(ex => { console.log("exception:" + JSON.stringify(ex)); }); SDK代码自动生成 API Explorer提供API检索及平台调试
client.DetectLiveFaceByFile(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } SDK代码自动生成 API Explorer提供API检索及平台调试
"\n"; } echo "\n"; echo $response; SDK代码自动生成 API Explorer提供API检索及平台调试,支持全量快速检索、可视化调试、帮助文档查看和在线咨询。 您只需要在API Explorer中修改接口参数,即可自动生成对应的代码示例。
connectionException) { Console.WriteLine(connectionException.ErrorMessage); } SDK代码自动生成 API Explorer提供API检索及平台调试
print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg) SDK代码自动生成 API Explorer提供API检索及平台调试
" << e.what() << std::endl; } std::cout << "------request finished--------" << std::endl; return0; 代码示例自动生成 API Explorer提供API检索及平台调试
"Authorization", "<Your signed string>") .build(); Response response = client.newCall(request).execute(); SDK代码自动生成 API Explorer提供API检索及平台调试