Skip to content

Commit efda19e

Browse files
committed
add reference link cards
1 parent 49c143b commit efda19e

File tree

3 files changed

+63
-3
lines changed

3 files changed

+63
-3
lines changed

articles/cognitive-services/Computer-vision/index.yml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,26 @@ landingContent:
169169
url: quickstarts-sdk/python-sdk.md
170170
- text: Using the Java SDK
171171
url: quickstarts-sdk/java-sdk.md
172-
173-
172+
- title: Reference
173+
linkLists:
174+
- linkListType: reference
175+
links:
176+
- text: Computer Vision API v2.0
177+
url: https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44
178+
- text: Computer Vision API v1.0
179+
url: https://westus.dev.cognitive.microsoft.com/docs/services/56f91f2d778daf23d8ec6739
180+
- text: .NET SDK
181+
url: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/computervision?view=azure-dotnet
182+
- text: Python SDK
183+
url: https://docs.microsoft.com/python/api/overview/azure/cognitiveservices/computervision?view=azure-python
184+
- text: Java SDK
185+
url: https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client/computervision?view=azure-java-stable
186+
- text: Node.js SDK
187+
url: https://docs.microsoft.com/javascript/api/azure-cognitiveservices-computervision?view=azure-node-latest
188+
- text: Go SDK
189+
url: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/computervision
190+
- text: Azure PowerShell
191+
url: https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services
192+
- text: Azure Command-Line Interface (CLI)
193+
url: https://docs.microsoft.com/cli/azure/cognitiveservices?view=azure-cli-latest#az-cognitiveservices-list
194+

articles/cognitive-services/Custom-Vision-Service/index.yml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,27 @@ landingContent:
107107
- text: Move your Limited Trial project to Azure
108108
url: move-your-project-to-azure.md
109109
- text: Update your app to the 3.0 API
110-
url: update-application-to-3.0-sdk.md
110+
url: update-application-to-3.0-sdk.md
111+
112+
- title: Reference
113+
linkLists:
114+
- linkListType: reference
115+
links:
116+
- text: Training API
117+
url: https://go.microsoft.com/fwlink/?linkid=865446
118+
- text: Prediction API
119+
url: https://go.microsoft.com/fwlink/?linkid=865445
120+
- text: .NET SDK
121+
url: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/customvision?view=azure-dotnet
122+
- text: Python SDK
123+
url: https://docs.microsoft.com/python/api/azure-cognitiveservices-vision-customvision/?view=azure-python
124+
- text: Java SDK
125+
url: https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client/customvision?view=azure-java-stable
126+
- text: Go SDK (training)
127+
url: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/customvision/training
128+
- text: Go SDK (prediction)
129+
url: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.1/customvision/prediction
130+
- text: Azure PowerShell
131+
url: https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services
132+
- text: Azure Command-Line Interface (CLI)
133+
url: https://docs.microsoft.com/cli/azure/cognitiveservices?view=azure-cli-latest

articles/cognitive-services/form-recognizer/index.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,19 @@ landingContent:
7474
links:
7575
- text: Use container instances
7676
url: deploy-form-recognizer-on-container-instances.md
77+
78+
- title: Reference
79+
linkLists:
80+
- linkListType: reference
81+
links:
82+
- text: Form Recognizer API
83+
url: https://aka.ms/form-recognizer/api
84+
- text: .NET SDK
85+
url: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client/formrecognizer?view=azure-dotnet-preview
86+
- text: Azure PowerShell
87+
url: https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services
88+
- text: Azure Command-Line Interface (CLI)
89+
url: https://docs.microsoft.com/cli/azure/cognitiveservices?view=azure-cli-latest#az-cognitiveservices-list
90+
91+
92+

0 commit comments

Comments
 (0)