-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathresponse.json
89 lines (89 loc) · 2.08 KB
/
response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"document_tone": {
"tone_categories": [
{
"tones": [
{
"score": 0.52071,
"tone_id": "anger",
"tone_name": "Anger"
},
{
"score": 0.086613,
"tone_id": "disgust",
"tone_name": "Disgust"
},
{
"score": 0.1711,
"tone_id": "fear",
"tone_name": "Fear"
},
{
"score": 0.116554,
"tone_id": "joy",
"tone_name": "Joy"
},
{
"score": 0.636207,
"tone_id": "sadness",
"tone_name": "Sadness"
}
],
"category_id": "emotion_tone",
"category_name": "Emotion Tone"
},
{
"tones": [
{
"score": 0.306013,
"tone_id": "analytical",
"tone_name": "Analytical"
},
{
"score": 0,
"tone_id": "confident",
"tone_name": "Confident"
},
{
"score": 0.70327,
"tone_id": "tentative",
"tone_name": "Tentative"
}
],
"category_id": "language_tone",
"category_name": "Language Tone"
},
{
"tones": [
{
"score": 0.195074,
"tone_id": "openness_big5",
"tone_name": "Openness"
},
{
"score": 0.631838,
"tone_id": "conscientiousness_big5",
"tone_name": "Conscientiousness"
},
{
"score": 0.977727,
"tone_id": "extraversion_big5",
"tone_name": "Extraversion"
},
{
"score": 0.939484,
"tone_id": "agreeableness_big5",
"tone_name": "Agreeableness"
},
{
"score": 0.778736,
"tone_id": "emotional_range_big5",
"tone_name": "Emotional Range"
}
],
"category_id": "social_tone",
"category_name": "Social Tone"
}
]
}
}