사진 방 분류 & 어메니티 탐지 결과
POST https://l5q1nrspde.execute-api.ap-northeast-2.amazonaws.com/lambda
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Description
photoUrls
List<String>
사진 경로 리스트
Response
{
"AWS S3 버킷 사진 경로": {
"amenities": {
"Couch": 0.6030201315879822,
"Table": 0.5800968408584595,
"Television": 0.5487409234046936
},
"room": {
"bedroom": 0.3094015121459961
}
}
}Last updated