GetSmsOcrOssInfo
Retrieves the Object Storage Service (OSS) information for Optical Character Recognition (OCR).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dysms:GetSmsOcrOssInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskType |
string |
No |
The type of the OCR task. Valid value:
Valid values:
|
ICP_DOMAIN |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details of the access denial. This field is returned only when RAM authentication fails. |
None |
| RequestId |
string |
The ID of the request. This unique identifier is generated by Alibaba Cloud and can be used for troubleshooting. |
25D5AFDE-xxxx-132E-8909-1FDC071DA |
| Message |
string |
The description of the status code. |
OK |
| Model |
object |
The OSS configuration information. |
|
| Policy |
string |
The signature policy. |
eyJleHBpcmF0aW9uIjoiMjAyNS0wMy0wOVQxMTo1NTozOS4wMDFaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0seyJidWNrZXQiOiJhbGljb20tZmMtbWVkaWEifSxbImVxIiwiJGtleSIsIjEwMDAwMDM1ODA4MjA2M1wv******** |
| StartPath |
string |
The policy path. |
1000********001 |
| Bucket |
string |
The name of the bucket. |
示例值 |
| AccessKeyId |
string |
The AccessKey ID used for the signature. |
bypFNbG****** |
| Signature |
string |
The signature calculated from the AccessKey secret and the policy. OSS uses this signature to authenticate the request when you call an OSS API operation. |
QvNTGC9DSLTeByP+ZWW****** |
| Host |
string |
The host address. |
http://***.oss-cn-zhangjiakou.aliyuncs.com |
| ExpireTime |
string |
The expiration timestamp. Unit: seconds. |
1741521339 |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the API call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"RequestId": "25D5AFDE-xxxx-132E-8909-1FDC071DA",
"Message": "OK",
"Model": {
"Policy": "eyJleHBpcmF0aW9uIjoiMjAyNS0wMy0wOVQxMTo1NTozOS4wMDFaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwMF0seyJidWNrZXQiOiJhbGljb20tZmMtbWVkaWEifSxbImVxIiwiJGtleSIsIjEwMDAwMDM1ODA4MjA2M1wv********",
"StartPath": "1000********001",
"Bucket": "示例值",
"AccessKeyId": "bypFNbG******",
"Signature": "QvNTGC9DSLTeByP+ZWW******",
"Host": "http://***.oss-cn-zhangjiakou.aliyuncs.com",
"ExpireTime": "1741521339"
},
"Code": "OK",
"Success": true
}
Error codes
See for a complete list.
Release notes
See Release Notes for a complete list.