Skip to content

Emoticons

List all emoticons found.

KEYTYPEDESCRIPTION
confidencefloatConfidence in value matching
emoticonEmoticonObjectboolean values for matched emoticons

EmoticonObject

KEYTYPECONSTRAINTS
Thappyint0 or 1
angelint0 or 1
cryint0 or 1
devilint0 or 1
embarrassedint0 or 1
happyint0 or 1
hesitantint0 or 1
horrorint0 or 1
indecisionint0 or 1
kissint0 or 1
lolint0 or 1
loveint0 or 1
mutedint0 or 1
notloveint0 or 1
playfulint0 or 1
sadint0 or 1
surpriseint0 or 1
very_happyint0 or 1
very_sadint0 or 1
winkint0 or 1

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

<Tabs> <TabItem value="py" label="Python">

{
    "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
    }
}

</TabItem> <TabItem value="json" label="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
	}
}

</TabItem> </Tabs>

register-sticky