Text Classification (Deprecated)
This classifies texts based on positivity and negativity with scores for each class.
Pricing
Headers
Name
Type
Description
Request Body
Name
Type
Description
[
{
"label": "POSITIVE",
"score": 0.465040385723114
},
{
"label": "NEGATIVE",
"score": 0.534959614276886
}
]Last updated