-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponse.js
More file actions
89 lines (89 loc) · 2.33 KB
/
response.js
File metadata and controls
89 lines (89 loc) · 2.33 KB
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.25482,
// "tone_id": "anger",
// "tone_name": "Anger"
// },
// {
// "score": 0.345816,
// "tone_id": "disgust",
// "tone_name": "Disgust"
// },
// {
// "score": 0.121116,
// "tone_id": "fear",
// "tone_name": "Fear"
// },
// {
// "score": 0.078903,
// "tone_id": "joy",
// "tone_name": "Joy"
// },
// {
// "score": 0.199345,
// "tone_id": "sadness",
// "tone_name": "Sadness"
// }
// ],
// "category_id": "emotion_tone",
// "category_name": "Emotion Tone"
// },
// {
// "tones": [
// {
// "score": 0.999,
// "tone_id": "analytical",
// "tone_name": "Analytical"
// },
// {
// "score": 0.999,
// "tone_id": "confident",
// "tone_name": "Confident"
// },
// {
// "score": 0.694,
// "tone_id": "tentative",
// "tone_name": "Tentative"
// }
// ],
// "category_id": "language_tone",
// "category_name": "Language Tone"
// },
// {
// "tones": [
// {
// "score": 0.271,
// "tone_id": "openness_big5",
// "tone_name": "Openness"
// },
// {
// "score": 0.11,
// "tone_id": "conscientiousness_big5",
// "tone_name": "Conscientiousness"
// },
// {
// "score": 0.844,
// "tone_id": "extraversion_big5",
// "tone_name": "Extraversion"
// },
// {
// "score": 0.257,
// "tone_id": "agreeableness_big5",
// "tone_name": "Agreeableness"
// },
// {
// "score": 0.497,
// "tone_id": "emotional_range_big5",
// "tone_name": "Emotional Range"
// }
// ],
// "category_id": "social_tone",
// "category_name": "Social Tone"
// }
// ]
// }
// };