I need to get the data progress
and tres
(see example below) but I do not know how.
Also in some occasions I will have to recover more data of the type class
without knowing in advance how many will be.
I'm looking at examples of using GSON but I can not. Any ideas or documentation that I can look at? Thank you very much.
The JSON code is as follows:
{
"images": [
{
"classifiers": [
{
"classifier_id": "clasif",
"name": "nombre",
"classes": [
{
"class": "progress",
"score": 0.770309
},
{
"class": "tres",
"score": 0.599846
}
]
}
],
"image": "imagen.jpg"
}
],
"images_processed": 1,
"custom_classes": 6
}