检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
ImageMainObjectDetectionReq(); body.withThreshold(30f); body.withUrl("https://XXX.jpg"); //替换为公网可以访问的图片地址 request.withBody(body);
withThreshold(95f); body.withLanguage("zh"); body.withUrl("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 request.withBody(body);
instances Array of ImageMediaTaggingDetInstance objects 目标检测框信息,为空则表示没有目标检测框。 表7 i18n_tag 参数 参数类型 描述 zh String 中文标签。 en String 英文标签。 表8 Imag
Request”,设置Request name并单击“Save”。 请求方式修改为"POST",输入URL。 例如,以cn-north-4为例,URL为“https://iam.cn-north-4.myhuaweicloud.com/v3/auth/tokens”。 在“Headers”列表中添加
标签类别的多种语言输出。 instances Array of ImageTaggingInstance objects 目标检测框信息,为空则表示没有目标检测框。 表7 i18n_tag 参数 参数类型 描述 zh String 中文标签。 en String 英文标签。 表8 i18n_type
这个临时响应用来通知客户端,它的部分请求已经被服务器接收,且仍未被拒绝。 101 Switching Protocols 切换协议。只能切换到更高级的协议。例如,切换到HTTPS的新版本协议。 200 OK 服务器已成功处理了请求。 201 Created 创建类的请求完全成功。 202 Accepted 已经接受请求,但未处理完成。
PHP语言API示例 本示例以图像标签为例介绍如何使用PHP调用API。 <?php function TokenRequest() { $url = "https://{endpoint}/v2/{project_id}/image/tagging"; $token
withThreshold(10f); body.withLanguage("zh"); body.withUrl("https://XXX.jpg"); //此处替换为公网可以访问的图片地址 request.withBody(body);
ImageMainObjectDetectionReq( threshold=30, url="https://XXX.jpg" //替换为公网可以访问的图片地址 ) response = client.r
thresholdCelebrityRecognitionReq:= float32(0.48) urlCelebrityRecognitionReq:= "https://XXX.jpg" //此处替换为公网可以访问的图片地址 request.Body = &model.CelebrityRecognitionReq{
float32(95) languageImageTaggingReq:= "zh" urlImageTaggingReq:= "https://XXX.jpg" //此处替换为公网可以访问的图片地址 request.Body = &model.ImageTaggingReq{
threshold=95, language="zh", url="https://XXX.jpg" //此处替换为公网可以访问的图片地址 ) response = client.
ctDetectionReq:= float32(30) urlImageMainObjectDetectionReq:= "https://XXX.jpg" //此处替换为公网可以访问的图片地址 request.Body = &model.ImageM
Explorer,在“代码示例”中选择“Python”。 图3 代码示例 填写请求Body参数: 输入数据可选image或url,本示例使用url,例如https://support.huaweicloud.com/productdesc-image/zh-cn_image_0000001382844041
翻拍识别示例 本章节对翻拍识别AK/SK方式使用SDK进行示例说明。 翻拍识别示例代码只需将AK/SK信息替换为实际AK/SK,代码中可以使用初始化RunRecaptureDetectReq中的Image或Url配置图像信息(image和url参数二选一),示例中以url为例,配置完成后运行即可。
threshold=10, language="zh", url="https://XXX.jpg" //此处替换为公网可以访问的图片地址 ) response = client.
languageImageMediaTaggingReq:= "zh" urlImageMediaTaggingReq:= "https://XXX.jpg" //此处替换为公网可以访问的图片地址 request.Body = &model.ImageMediaTaggingReq{
媒资图像标签示例 本章节对媒资图像标签AK/SK方式使用SDK进行示例说明。 媒资图像标签示例代码只需将AK/SK信息替换为实际AK/SK,代码中可以使用ImageMediaTaggingReq中的Url或Image方法配置图像信息(image和url参数二选一),示例中以url为例,配置完成后运行即可。