-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
90 lines (90 loc) · 2.31 KB
/
config.js
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
90
module.exports = {
computerVision: {
endpoint: "northeurope.api.cognitive.microsoft.com",
apiKey: "insert-key-here",
},
face: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here",
},
speakerRecognition: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
bingSearch: {
apiKey: "insert-key-here"
},
bingSearchV7: {
apiKey: "insert-key-here"
},
academicKnowledge: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
bingAutosuggest: {
apiKey: "insert-key-here"
},
bingAutosuggestV7: {
apiKey: "insert-key-here"
},
bingSpellCheck: {
apiKey: "insert-key-here"
},
bingSpellCheckV7: {
apiKey: "insert-key-here"
},
entityLinking: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
webLanguageModel: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
emotion: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
textAnalytics: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
video: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
textTranslator: {
apiKey: "insert-key-here"
},
qnaMaker: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
recommendations: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
bingSpeech: {
apiKey: "insert-key-here"
},
linguisticAnalysis: {
endpoint: 'westus.api.cognitive.microsoft.com',
apiKey: 'insert-key-here'
},
bingEntitySearch: {
apiKey: "insert-key-here"
},
contentModerator: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here"
},
videoIndexer: {
apiKey: 'insert-key-here'
},
languageUnderstanding: {
endpoint: "westus.api.cognitive.microsoft.com",
apiKey: "insert-key-here",
appID: "insert-appID-here",
versionID: "0.1"
}
}