The results of a labeling job are stored in a .manifest file. The following example shows the data structures of results for the labeling, review, and acceptance processes:
{
"data": {
"source": "oss://********/pics/fruit/apple-1.jpg"
},
"label-xxxxx(Job ID)": {
"results": [{...}, {...}, {...}]
// The labeling results for objects processed in the labeling process. The results are displayed in the order of the objects. For more information about the fields, see the field description in this topic.
},
"label-xxxxx(Job ID)-check": {
"results": [{...}, {...}, {...}]
// The labeling results for objects processed in the review process. The results are displayed in the order of the objects. For more information about the fields, see the field description in this topic.
},
"label-xxxxx(Job ID)-verify": {
"results": [{...}, {...}, {...}]
// The labeling results for objects processed in the acceptance process. The results are displayed in the order of the objects. For more information about the fields, see the field description in this topic.
}
}
Field description:- data: the processed object.
- label-xxxxx(Job ID): the results for the labeling process.
- label-xxxxx (Job ID) -check: the results for the review process.
- label-xxxxx(Job ID) -verify: the results for the acceptance process.
- results: the specific results for a process. For more information about the data structures of results for various types of labeling templates, see the following topics: