GetAnnotationMissionSummary - 获取标注任务

更新时间:2025-03-13 11:21:06

调试

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

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用前面加 * 表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
操作访问级别资源类型条件关键字关联操作
outboundbot:GetAnnotationMissionSummaryget
*全部资源
*

请求参数

名称类型必填描述示例值
名称类型必填描述示例值
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>

标签列表

TagSummaryInfoDetailListobject

标签列表

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

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

变更历史

变更时间变更内容概要操作
变更时间变更内容概要操作
暂无变更历史
  • 本页导读 (1)
  • 调试
  • 授权信息
  • 请求参数
  • 返回参数
  • 示例
  • 错误码
  • 变更历史