Nude Detect

FREEMIUM
От Netspark LTD | Обновлено 8일 전 | Visual Recognition
Популярность

6.5 / 10

Задержка

9,218ms

Уровень обслуживания

100%

Health Check

N/A

Назад ко всем обсуждениям

Badly formatted JSON response

Rapid account: Trainapi
trainapi
8년 전

The JSON response from the API is badly formatted. See example below:

{
“status”: “success”,
“photo url”: “http://www.domain.com/yourimage.jpg”,
“is nude” {
“confidence”: “3.85%”
}
“is minimal dress” {
“confidence”: “86.51%”
}
}

There should be a comma after “is nude” item, and colons after that and “is minimal dress”, see below:

{
“status”: “success”,
“photo url”: “http://www.domain.com/yourimage.jpg”,
“is nude”: {
“confidence”: “3.85%”
},
“is minimal dress”: {
“confidence”: “86.51%”
}
}

Rapid account: Netspark
Netspark Commented 8년 전

fixed. Thanks again for bringing this to our attention

Rapid account: Netspark
Netspark Commented 8년 전

I misunderstood your comment before. I thought you meant the example didn’t match the actual code.

I will bring this to our developer’s attention for correction. Thank you!

Rapid account: Trainapi
trainapi Commented 8년 전

Unfortunately you’ve only fixed the example code, you haven’t fixed the API itself. See the example response I received below:

{
“status”: “success”,
“photo url”: “http://www.styleclicker.net/wp-content/uploads/2010/10/100812-Trench-Girl-Copenhagen-Oslo-Pladsen-12.jpg”,
“is nude” {
“confidence”: “1%”
}
“is minimal dress” {
“confidence”: “1%”
}
}

Rapid account: Netspark
Netspark Commented 8년 전

fixed

Rapid account: Netspark
Netspark Commented 8년 전

Thanks for bringing this to our attention!! Fixing it now

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии