GetAnnotationMissionSummary

Updated at:

null

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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.