本接口支持指定服务以及提取源图片,获取该图片中的盲水印信息。
说明
该接口属于历史版本 API,建议您使用新版 DescribeImageXUploadSegmentSpeedByTime 接口。
注意
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateImageHmExtract | 接口名称。当前 API 的名称为 CreateImageHmExtract 。 |
Version | String | 是 | 2018-08-01 | 接口版本。当前 API 的版本为 2018-08-01 。 |
ServiceId | String | 是 |
| 服务 ID。 |
StoreUri | String | 是 | tos-cn-i-97**sh/example | 待提取盲水印的图片 Uri。StoreUri 和 ImageUrl 都不为空时,以 StoreUri 为准。 |
ImageUrl | String | 是 | https://test.com/example.png | 待提取盲水印文件 URL。StoreUri 和 ImageUrl 都不为空时,以 StoreUri 为准。 |
Algorithm | String | 是 |
| 算法模型,取值如下所示:
|
下表仅列出本接口特有的返回参数。更多信息请见公共返回参数。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
StatusCode | Integer |
| 响应码,具体取值如下所示:
说明 提取失败时显示接口错误。 |
Info | String | 你好 abc123%^$% | 提取出的盲水印文本信息。 |
POST https://imagex.volcengineapi.com/?Action=CreateImageHmExtract&Version=2018-08-01&ServiceId=97**sh&StoreUri=tos-cn-i-97**sh/example&Algorithm=default
{ "ResponseMetadata": { "RequestId": "2022082317022201017425518102AA654C", "Action": "CreateImageHmExtract", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" }, "Result": { "StatusCode": 0, "Info": "你好 abc123%^$%" } }
为了方便您快速开发,veImageX 提供了配套的服务端 SDK,同时支持多种编程语言。建议您使用服务端 SDK 来调用 API,参考文档如下所示: