DescribeSpeechBuckets
) is used to query whether the speech recognition feature is enabled for a bucket.GET /asrbucket HTTP/1.1Host: ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml
Name | Type | Description | Required |
regions | string | Region. To specify multiple regions, separate them by comma. Valid values: All, ap-shanghai, ap-beijing. | No |
bucketNames | string | Bucket name. To specify multiple bucket names, separate them by comma. Exact search is supported. | No |
bucketName | string | Bucket name prefix for prefix search. | No |
pageNumber | string | Page number | No |
pageSize | string | Number of entries per page | No |
<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><TotalCount>1</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><AsrBucketList><BucketId></BucketId><Region></Region><CreateTime></CreateTime></AsrBucketList></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None | Response container | Container |
Response
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type |
RequestId | Response | Unique ID of the request. | String |
TotalCount | Response | Total number of media buckets. | Int |
PageNumber | Response | Current page number. Same as pageNumber in the request. | Int |
PageSize | Response | Number of entries per page. Same as pageSize in the request. | Int |
AsrBucketList | Response | Speech bucket list | Container |
AsrBucketList
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type |
BucketId | Response.AsrBucketList | Bucket ID. | String |
Name | Response.AsrBucketList | Bucket name. Same as BucketId . | String |
Region | Response.AsrBucketList | Bucket region. | String |
CreateTime | Response.AsrBucketList | Creation time. | String |
Was this page helpful?