GetAnnotationMissionSummary
null
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
outboundbot:GetAnnotationMissionSummary |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AnnotationMissionId |
string |
No |
The ID of the annotation task. |
50e53ac8-24a4-46d5-b174-ee88867f4780 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
BaseResponse |
||
| Success |
boolean |
Indicates whether the call was successful. A value of true indicates a successful call. A value of false indicates a failed call. |
true |
| Code |
string |
The status code. |
OK |
| Message |
string |
The additional information. If the request is successful, success is returned. If the request fails, an error code is returned. |
You are not authorized to perform this action. CDR:View privileges are required. |
| Data |
object |
The data. |
|
| AnnotationMissionId |
string |
The ID of the annotation task. |
b3f2c931-5180-43ca-b4aa-2baee2d73c8b |
| IntentSummaryInfo |
object |
The statistics of semantic tagging. |
|
| IntentUserSayCount |
integer |
The number of conversations. |
1 |
| AnnotationCorrectCount |
integer |
The number of correct chats. |
1 |
| MatchErrorCount |
integer |
The number of detection errors. |
1 |
| AnnotationInvalid |
integer |
Invalid data |
1 |
| NoAnnotation |
integer |
Not annotated. |
1 |
| ChatTotalCount |
integer |
The total number of chats. |
1 |
| TranslationUnrecognizedCount |
integer |
The number of translations that were not recognized. |
1 |
| IntentionNotCoveredCount |
integer |
The number of uncovered intents. |
1 |
| AsrSummaryInfo |
object |
The statistics of speech annotation. |
|
| WordErrorRate |
integer |
The word error rate. Unit: 0.01%. This parameter is typically used for English. |
1 |
| CharacterErrorRate |
integer |
The character error rate. Unit: 0.01%. |
1 |
| SentenceErrorRate |
integer |
The sentence error rate. Unit: 0.01%. |
1 |
| AnnotationInvalid |
integer |
Data is invalid. |
1 |
| NoAnnotation |
integer |
Not annotated. |
1 |
| ChatTotalCount |
integer |
The total number of chats. |
1 |
| AddVocabularyDataCount |
integer |
The number of times hotwords were added. |
1 |
| AddCustomizationDataCount |
integer |
The number of times language model data was added. |
1 |
| CharacterCorrectRate |
integer |
The character accuracy rate. Unit: 0.01%. |
1 |
| TagSummaryInfo |
object |
The custom tags and their quantities. |
|
| TagSummaryInfoDetailList |
array<object> |
The list of tags. |
|
|
object |
The list of tags. |
||
| Name |
string |
The name of the tag. |
知晓率1_复制 |
| Count |
integer |
The number of tags. |
3 |
| Success |
boolean |
Indicates whether the call was successful. A value of true indicates a successful call. A value of false indicates a failed call. |
true |
| Message |
string |
The additional information. If the request is successful, success is returned. If the request fails, an error code is returned. |
You are not authorized to perform this action. CDR:View privileges are required. |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
254EB995-DEDF-48A4-9101-9CA5B72FFBCC |
Examples
Success response
JSON format
{
"Success": true,
"Code": "OK",
"Message": "You are not authorized to perform this action. CDR:View privileges are required.",
"Data": {
"AnnotationMissionId": "b3f2c931-5180-43ca-b4aa-2baee2d73c8b",
"IntentSummaryInfo": {
"IntentUserSayCount": 1,
"AnnotationCorrectCount": 1,
"MatchErrorCount": 1,
"AnnotationInvalid": 1,
"NoAnnotation": 1,
"ChatTotalCount": 1,
"TranslationUnrecognizedCount": 1,
"IntentionNotCoveredCount": 1
},
"AsrSummaryInfo": {
"WordErrorRate": 1,
"CharacterErrorRate": 1,
"SentenceErrorRate": 1,
"AnnotationInvalid": 1,
"NoAnnotation": 1,
"ChatTotalCount": 1,
"AddVocabularyDataCount": 1,
"AddCustomizationDataCount": 1,
"CharacterCorrectRate": 1
},
"TagSummaryInfo": {
"TagSummaryInfoDetailList": [
{
"Name": "知晓率1_复制",
"Count": 3
}
]
},
"Success": true,
"Message": "You are not authorized to perform this action. CDR:View privileges are required."
},
"HttpStatusCode": 200,
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.