GetAnnotationMissionSummary - 获取标注任务

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
AnnotationMissionIdstring

标注任务 ID

50e53ac8-24a4-46d5-b174-ee88867f4780

返回参数

名称类型描述示例值
object

BaseResponse

Successboolean

是否调用成功。true:调用成功。 false:调用失败。

true
Codestring

状态码

OK
Messagestring

附加信息。取值说明如下:请求正常,返回 success。请求异常,返回具体异常错误码。

You are not authorized to perform this action. CDR:View privileges are required.
Dataobject

数据

AnnotationMissionIdstring

标注任务 ID

b3f2c931-5180-43ca-b4aa-2baee2d73c8b
IntentSummaryInfoobject

语义标注统计信息

IntentUserSayCountinteger

对话次数

1
AnnotationCorrectCountinteger

正确 chat 数

1
MatchErrorCountinteger

识别错误数

1
AnnotationInvalidinteger

无效数据

1
NoAnnotationinteger

未标注

1
ChatTotalCountinteger

chat 总数

1
TranslationUnrecognizedCountinteger

转译未识别次数

1
IntentionNotCoveredCountinteger

未覆盖意图

1
AsrSummaryInfoobject

语音标注统计信息

WordErrorRateinteger

词错率,单位 0.01%,一般用于英文

1
CharacterErrorRateinteger

字错率,单位 0.01%

1
SentenceErrorRateinteger

句子错率,单位 0.01%

1
AnnotationInvalidinteger

无效数据

1
NoAnnotationinteger

未标注

1
ChatTotalCountinteger

chat 总数

1
AddVocabularyDataCountinteger

添加热词次数

1
AddCustomizationDataCountinteger

添加语言模型数据次数

1
CharacterCorrectRateinteger

字准率,单位 0.01%

1
TagSummaryInfoobject

自定义标签及数量

TagSummaryInfoDetailListarray<object>

标签列表

object

标签列表

Namestring

标签名字

知晓率1_复制
Countinteger

标签数量

3
Successboolean

是否调用成功。true:调用成功。 false:调用失败。

true
Messagestring

附加信息。取值说明如下:请求正常,返回 success。请求异常,返回具体异常错误码。

You are not authorized to perform this action. CDR:View privileges are required.
HttpStatusCodeinteger

http 状态码

200
RequestIdstring

请求 ID。

254EB995-DEDF-48A4-9101-9CA5B72FFBCC

示例

正常返回示例

JSON格式

{
  "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"
}

错误码

HTTP status code错误码错误信息描述
500InternalErrorAn error occurred while processing your request. Please try again later. Submit a ticket if the error still exists.内部错误。建议重试,如果多次重试报错请提交工单。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史