Perform a paged query to retrieve information about all Custom detection libraries under the current User.
Operation description
-
This API currently supports the following Regions: China (Beijing), China (Shanghai), China (Hangzhou), and China (Shenzhen). Other Regions are not supported at this time.
-
The queries per second (QPS) limit for this API is 50 per User. If this limit is exceeded, API calls will be subject to Rate Limiting, which may Impact your business. Please invoke the API appropriately. For more information, see QPS limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListRecognitionLibs |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Algorithm |
string |
Yes |
The type of recognition algorithm. Valid values:
|
landmark |
| PageNumber |
integer |
Yes |
The page number. |
1 |
| PageSize |
integer |
Yes |
The number of entries per page. Valid values: 1 to 50. |
10 |
| LibId |
string |
No |
Library ID. If provided, the query returns only this specific library. A list of IDs separated by commas (",") is also supported. |
lib1,lib2,lib3 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
******11-DB8D-4A9A-875B-275798****** |
| PageNumber |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| TotalCount |
integer |
The total number of entries returned. |
180 |
| Libs |
object |
||
| Lib |
array<object> |
The recognition libraries. |
|
|
object |
|||
| LibId |
string |
The ID of the recognition library. |
*************24b47865c6************** |
| LibName |
string |
The name of the recognition library. |
Large Model ACP |
| LibDescription |
string |
The description of the recognition library. |
Library for product recognition |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 180,
"Libs": {
"Lib": [
{
"LibId": "*************24b47865c6**************",
"LibName": "Large Model ACP",
"LibDescription": "Library for product recognition"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | errorMsg:%s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.