检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
参数 参数类型 描述 error_code String 调用失败时的错误码,具体请参见错误码。 调用成功时无此字段。 error_msg String 调用失败时的错误信息。 调用成功时无此字段。 请求示例 搜索商品图像,使用图像BASE64编码 POST https://{end
println(e.getErrorMsg()); } } } 执行示例代码文件,控制台输出删除数据结果即表示程序执行成功。 class RunDeleteDataResponse { result: success } 父主题: 使用SDK(Java)
print(e.error_code) print(e.error_msg) 执行示例代码文件,控制台输出删除数据结果即表示程序执行成功。 { "result": "success" } 父主题: 使用SDK(Python)
print(e.error_code) print(e.error_msg) 执行示例代码文件,控制台输出检查数据结果即表示程序执行成功。 { "result": "success", "data": { "existed": true,
} else { fmt.Println(err) } } 执行示例代码文件,控制台输出删除数据结果即表示程序执行成功。 RunDeleteDataResponse { "result": "success" } 父主题: 使用SDK(GO)
print(e.error_code) print(e.error_msg) 执行示例代码文件,控制台输出更新数据结果即表示程序执行成功。 { "result": "success" } 父主题: 使用SDK(Python)
} else { fmt.Println(err) } } 执行示例代码文件,控制台输出检查数据结果即表示程序执行成功。 RunCheckDataResponse { "result": "success", "data": {
} else { fmt.Println(err) } } 执行示例代码文件,控制台输出更新数据结果即表示程序执行成功。 RunUpdateDataResponse { "result": "success" } 父主题: 使用SDK(GO)
print(e.error_code) print(e.error_msg) 执行示例代码,控制台输出添加数据结果即表示程序执行成功。 { "result": "success", "data": { "image_info": {
ErrorMessage); } } } } 执行示例代码文件,控制台输出删除数据结果即表示程序执行成功。 200 { "result": "success" } 父主题: 使用SDK(.NET)
ErrorMessage); } } } } 执行示例代码文件,控制台输出检查数据结果即表示程序执行成功。 200 { "result": "success", "data": { "existed": true
println(e.getErrorMsg()); } } } 执行示例代码文件,控制台输出更新数据结果即表示程序执行成功。 class RunUpdateDataResponse { result: success } 父主题: 使用SDK(Java)
ErrorMessage); } } } } 执行示例代码文件,控制台输出更新数据结果即表示程序执行成功。 200 { "result": "Success." } 父主题: 使用SDK(.NET)
print(e.error_code) print(e.error_msg) 执行示例代码文件,控制台输出搜索数据结果即表示程序执行成功。 { "result": "success", "data": { "items": [
ErrorMessage); } } } } 执行示例代码,控制台返回200即表示程序执行成功。 200 { "result": "success", "data": { "image_info": {
response) } else { fmt.Println(err) } } 添加数据结果输出到控制台表示执行成功。 RunAddDataResponse { "result": "success", "data": {
println(e.getErrorMsg()); } } } 执行示例代码文件,控制台输出检查数据结果即表示程序执行成功。 class RunCheckDataResponse { result: success data: class CheckRestInfo
} else { fmt.Println(err) } } 执行示例代码文件,控制台输出搜索数据结果即表示程序执行成功。 RunSearchResponse { "result": "success", "data": {
println(e.getErrorMsg()); } } } 执行示例代码,控制台返回添加数据结果输出到控制台即表示程序执行成功。 class RunAddDataResponse { result: success data: class AddDataRestInfo
println(e.getErrorMsg()); } } } 执行示例代码文件,控制台输出搜索数据结果即表示程序执行成功。 class RunSearchResponse { result: success data: class SearchRestInfo