forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cognitive-services.json
135 lines (135 loc) · 3.34 KB
/
.cognitive-services.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "Cognitive Services",
"rootDirectory": "articles/cognitive-services/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/azure/cognitive-services/"
},
"inclusionCriteria": {
"excludePullRequestTitles": true,
"minAdditionsToFile" : 10,
"maxFilesChanged": 200,
"labels": [
"label:cognitive-services/svc"
]
},
"areas": [
{
"name": ".",
"heading": "Miscellaneous"
},
{
"name": "Anomaly-Detector",
"heading": "Anomaly Detector"
},
{
"name": "Bing-Autosuggest",
"heading": "Bing Auto Suggest"
},
{
"name": "Bing-Custom-Search",
"heading": "Bing Custom Search"
},
{
"name": "Bing-Entities-Search",
"heading": "Bing Entities Search"
},
{
"name": "Bing-Image-Search",
"heading": "Bing Image Search"
},
{
"name": "Bing-News-Search",
"heading": "Bing News Search"
},
{
"name": "Bing-Spell-Check",
"heading": "Bing Spellcheck"
},
{
"name": "Bing-Video-Search",
"heading": "Bing Video Search"
},
{
"name": "Bing-Web-Search",
"heading": "Bing Web Search"
},
{
"name": "Computer-vision",
"heading": "Computer Vision"
},
{
"name": "Content-Moderator",
"heading": "Content Moderator"
},
{
"name": "Custom-Vision-Service",
"heading": "Custom Vision Service"
},
{
"name": "Encryption",
"heading": "Encryption"
},
{
"name": "Face",
"heading": "Face"
},
{
"name": "Ink-Recognizer",
"heading": "Ink Recognizer"
},
{
"name": "LUIS",
"heading": "LUIS"
},
{
"name": "metrics-advisor",
"heading": "Metrics Advisor"
},
{
"name": "QnAMaker",
"heading": "QnA Maker"
},
{
"name": "Speech-Service",
"heading": "Speech Service"
},
{
"name": "Translator",
"heading": "Translator"
},
{
"name": "bing-local-business-search",
"heading": "Bing Local Business Search"
},
{
"name": "bing-visual-search",
"heading": "Bing Visual Search"
},
{
"name": "containers",
"heading": "Containers"
},
{
"name": "form-recognizer",
"heading": "Form Recognizer"
},
{
"name": "immersive-reader",
"heading": "Immersive Reader"
},
{
"name": "personalizer",
"heading": "Personalizer"
},
{
"name": "text-analytics",
"heading": "Text Analytics"
},
{
"name": "video-indexer",
"heading": "Video Indexer"
}
]
}