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: