Skip to content

Commit 8bdf4ed

Browse files
committed
add new qs links into docset
1 parent 8c80173 commit 8bdf4ed

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

articles/cognitive-services/Face/Face-API-How-to-Topics/specify-detection-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ In this article, you learned how to specify the detection model to use with diff
107107

108108
* [Face .NET SDK](../Quickstarts/csharp-sdk.md)
109109
* [Face Python SDK](../Quickstarts/python-sdk.md)
110+
* [Face Go SDK](../Quickstarts/go-sdk.md)
110111

111112
[Face - Detect]: https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d
112113
[Face - Find Similar]: https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395237

articles/cognitive-services/Face/Face-API-How-to-Topics/specify-recognition-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ In this article, you learned how to specify the recognition model to use with di
104104

105105
* [Face .NET SDK](../Quickstarts/csharp-sdk.md)
106106
* [Face Python SDK](../Quickstarts/python-sdk.md)
107+
* [Face Go SDK](../Quickstarts/go-sdk.md)
107108

108109
[Face - Detect]: https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d
109110
[Face - Find Similar]: https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395237

articles/cognitive-services/Face/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ landingContent:
4040
url: quickstarts/csharp-sdk.md
4141
- text: Using the Python SDK
4242
url: quickstarts/python-sdk.md
43+
- text: Using the Go SDK
44+
url: quickstarts/go-sdk.md
4345
- linkListType: how-to-guide
4446
links:
4547
- text: Specify a face detection model
@@ -57,6 +59,8 @@ landingContent:
5759
url: quickstarts/csharp-sdk.md
5860
- text: Using the Python SDK
5961
url: quickstarts/python-sdk.md
62+
- text: Using the Go SDK
63+
url: quickstarts/go-sdk.md
6064
- linkListType: how-to-guide
6165
links:
6266
- text: Specify a face recognition model

articles/cognitive-services/Face/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
href: Quickstarts/csharp-sdk.md
1414
- name: Python SDK
1515
href: QuickStarts/python-sdk.md
16+
- name: Go SDK
17+
href: QuickStarts/go-sdk.md
1618
- name: Using the REST API
1719
items:
1820
- name: Detect faces in an image

0 commit comments

Comments
 (0)