Emoticons
List all emoticons found.
KEY | TYPE | DESCRIPTION |
---|---|---|
confidence | float | Confidence in value matching |
emoticon | EmoticonObject | boolean values for matched emoticons |
EmoticonObject
KEY | TYPE | CONSTRAINTS |
---|---|---|
Thappy | int | 0 or 1 |
angel | int | 0 or 1 |
cry | int | 0 or 1 |
devil | int | 0 or 1 |
embarrassed | int | 0 or 1 |
happy | int | 0 or 1 |
hesitant | int | 0 or 1 |
horror | int | 0 or 1 |
indecision | int | 0 or 1 |
kiss | int | 0 or 1 |
lol | int | 0 or 1 |
love | int | 0 or 1 |
muted | int | 0 or 1 |
notlove | int | 0 or 1 |
playful | int | 0 or 1 |
sad | int | 0 or 1 |
surprise | int | 0 or 1 |
very_happy | int | 0 or 1 |
very_sad | int | 0 or 1 |
wink | int | 0 or 1 |
- Python
- JSON
{
"confidence": "0.89",
"emoticon": {
"Thappy": 0,
"angel": 0,
"cry": 0,
"devil": 0,
"embarrassed": 0,
"happy": 0,
"hesitant": 0,
"horror": 0,
"indecision": 0,
"kiss": 0,
"lol": 0,
"love": 0,
"muted": 0,
"notlove": 0,
"playful": 0,
"sad": 0,
"surprise": 0,
"very_happy": 0,
"very_sad": 0,
"wink": 0
}
}
{
"confidence": "0.89",
"emoticon": {
"Thappy": 0,
"angel": 0,
"cry": 0,
"devil": 0,
"embarrassed": 0,
"happy": 0,
"hesitant": 0,
"horror": 0,
"indecision": 0,
"kiss": 0,
"lol": 0,
"love": 0,
"muted": 0,
"notlove": 0,
"playful": 0,
"sad": 0,
"surprise": 0,
"very_happy": 0,
"very_sad": 0,
"wink": 0
}
}