Text Classification: Product Review API
POSThttps://textclass.infer.visai.ai/predict
Header
X-API-Key string required
Your API key
application/json
Raw JSON body
Request Body required
inputs object
string[]
List of sentence
Responses
- 200
application/json
Schema
Example (from schema)
object
results Array [
input string
Input sentence
prediction Array [
object
class_name string
เกี่ยวกับการบริการ
confidence float
Probability เกี่ยวกับการบริการ
of sentence
object
class_name string
เกี่ยวกับการขนส่ง
confidence float
Probability เกี่ยวกับการขนส่ง
of sentence
object
class_name string
เกี่ยวกับราคา
confidence float
Probability เกี่ยวกับราคา
of sentence
object
class_name string
เกี่ยวกับคุณภาพสินค้า
confidence float
Probability เกี่ยวกับคุณภาพสินค้า
of sentence
]
]
{
"results": [
{
"input": "ราคาดีมีคุณภาพ",
"prediction": [
{
"class_name": "เกี่ยวกับการบริการ",
"confidence": 0.5123007644462169
},
{
"class_name": "เกี่ยวกับการขนส่ง",
"confidence": 0.475151361780465
},
{
"class_name": "เกี่ยวกับราคา",
"confidence": 1
},
{
"class_name": "เกี่ยวกับคุณภาพสินค้า",
"confidence": 0.6353219167629959
}
]
}
]
}
Loading...