File size: 237 Bytes
ed75c02
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<View>
  <Image name="image" value="$image"/>
  <RectangleLabels name="label" toName="image">
    <Label value="smoke" category="0" background="gray"/>
    <Label value="fire" category="1" background="red"/>
  </RectangleLabels>
</View>