Skip to content

Commit 6097185

Browse files
Implement zone pivots.
1 parent 749bcb8 commit 6097185

14 files changed

+75
-108
lines changed

articles/cognitive-services/Custom-Vision-Service/csharp-tutorial-od.md renamed to articles/cognitive-services/Custom-Vision-Service/includes/quickstarts-sdk/csharp-tutorial-od.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: "Quickstart: Create an object detection project with the SDK for C# - Custom Vision"
3-
titleSuffix: Azure Cognitive Services
4-
description: Create a project, add tags, upload images, train your project, and detect objects using the .NET SDK with C#.
5-
services: cognitive-services
62
author: PatrickFarley
7-
manager: nitinme
8-
3+
ms.author: pafarley
94
ms.service: cognitive-services
10-
ms.subservice: custom-vision
11-
ms.topic: quickstart
125
ms.date: 04/14/2020
13-
ms.author: pafarley
146
---
157

16-
# Quickstart: Create an object detection project with the Custom Vision .NET SDK
17-
188
This article shows you how to get started using the Custom Vision SDK with C# to build an object detection model. After it's created, you can add tagged regions, upload images, train the project, obtain the project's default prediction endpoint URL, and use the endpoint to programmatically test an image. Use this example as a template for building your own .NET application.
199

2010
## Prerequisites

articles/cognitive-services/Custom-Vision-Service/csharp-tutorial.md renamed to articles/cognitive-services/Custom-Vision-Service/includes/quickstarts-sdk/csharp-tutorial.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: "Quickstart: Create an image classification project with the Custom Vision SDK for C#"
3-
titleSuffix: Azure Cognitive Services
4-
description: Create a project, add tags, upload images, train your project, and make a prediction using the .NET SDK with C#.
5-
services: cognitive-services
62
author: PatrickFarley
7-
manager: nitinme
8-
3+
ms.author: pafarley
94
ms.service: cognitive-services
10-
ms.subservice: custom-vision
11-
ms.topic: quickstart
125
ms.date: 04/14/2020
13-
ms.author: pafarley
146
---
157

16-
# Quickstart: Create an image classification project with the Custom Vision .NET SDK
17-
188
This article provides information and sample code to help you get started using the Custom Vision SDK with C# to build an image classification model. After it's created, you can add tags, upload images, train the project, obtain the project's default prediction endpoint URL, and use the endpoint to programmatically test an image. Use this example as a template for building your own .NET application. If you want to go through the process of building and using a classification model _without_ code, see the [browser-based guidance](getting-started-build-a-classifier.md) instead.
199

2010
## Prerequisites

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts-sdk/go-tutorial-object-detection.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
---
2-
title: "Quickstart: Create an object detection project with the SDK for Go - Custom Vision"
3-
titleSuffix: Azure Cognitive Services
4-
description: Create a project, add tags, upload images, train your project, and detect objects using the Go SDK.
5-
services: cognitive-services
62
author: areddish
73
ms.author: areddish
8-
manager: nitinme
94
ms.service: cognitive-services
10-
ms.subservice: custom-vision
11-
ms.topic: quickstart
125
ms.date: 04/14/2020
136
---
147

15-
# Quickstart: Create an object detection project with the Custom Vision Go SDK
16-
178
This article provides information and sample code to help you get started using the Custom Vision SDK with Go to build an object detection model. After it's created, you can add tagged regions, upload images, train the project, obtain the project's published prediction endpoint URL, and use the endpoint to programmatically test an image. Use this example as a template for building your own Go application.
189

1910
## Prerequisites

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts-sdk/go-tutorial.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: "Quickstart: Create an image classification project with the Custom Vision SDK for Go"
3-
titleSuffix: Azure Cognitive Services
4-
description: Create a project, add tags, upload images, train your project, and make a prediction using the Go SDK.
5-
services: cognitive-services
62
author: areddish
7-
manager: daauld
8-
3+
ms.author: areddish
94
ms.service: cognitive-services
10-
ms.subservice: custom-vision
11-
ms.topic: quickstart
125
ms.date: 04/14/2020
13-
ms.author: areddish
146
---
157

16-
# Quickstart: Create an image classification project with the Custom Vision Go SDK
17-
188
This article provides information and sample code to help you get started using the Custom Vision SDK with Go to build an image classification model. After it's created, you can add tags, upload images, train the project, obtain the project's published prediction endpoint URL, and use the endpoint to programmatically test an image. Use this example as a template for building your own Go application. If you wish to go through the process of building and using a classification model _without_ code, see the [browser-based guidance](getting-started-build-a-classifier.md) instead.
199

2010
## Prerequisites

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts-sdk/java-tutorial-od.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: "Quickstart: Create an object detection project with the Custom Vision SDK for Java"
3-
titleSuffix: Azure Cognitive Services
4-
description: Create a project, add tags, upload images, train your project, and detect objects using the Java SDK.
5-
services: cognitive-services
62
author: areddish
7-
manager: nitinme
8-
3+
ms.author: areddish
94
ms.service: cognitive-services
10-
ms.subservice: custom-vision
11-
ms.topic: quickstart
125
ms.date: 04/14/2020
13-
ms.author: areddish
146
---
157

16-
# Quickstart: Create an object detection project with the Custom Vision SDK for Java
17-
188
This article shows you how to get started using the Custom Vision SDK with Java to build an object detection model. After it's created, you can add tagged regions, upload images, train the project, obtain the project's default prediction endpoint URL, and use the endpoint to programmatically test an image. Use this example as a template for building your own Java application.
199

2010
## Prerequisites

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts-sdk/java-tutorial.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: "Quickstart: Create an image classification project with the Custom Vision SDK for Java"
3-
titleSuffix: Azure Cognitive Services
4-
description: Create a project, add tags, upload images, train your project, and make a prediction using the Java SDK.
5-
services: cognitive-services
62
author: areddish
7-
manager: nitinme
8-
3+
ms.author: areddish
94
ms.service: cognitive-services
10-
ms.subservice: custom-vision
11-
ms.topic: quickstart
125
ms.date: 04/14/2020
13-
ms.author: areddish
146
---
157

16-
# Quickstart: Create an image classification project with the Custom Vision SDK for Java
17-
188
This article shows you how to get started using the Custom Vision Java SDK to build an image classification model. After it's created, you can add tags, upload images, train the project, obtain the project's default prediction endpoint URL, and use the endpoint to programmatically test an image. Use this example as a template for building your own Java application. If you wish to go through the process of building and using a classification model _without_ code, see the [browser-based guidance](getting-started-build-a-classifier.md) instead.
199

2010
## Prerequisites

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts-sdk/node-tutorial-object-detection.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: "Quickstart: Create an object detection project with the Custom Vision SDK for Node.js"
3-
titleSuffix: Azure Cognitive Services
4-
description: Create a project, add tags, upload images, train your project, and detect objects using the Node.js SDK.
5-
services: cognitive-services
62
author: areddish
7-
manager: daauld
8-
3+
ms.author: areddish
94
ms.service: cognitive-services
10-
ms.subservice: custom-vision
11-
ms.topic: quickstart
125
ms.date: 04/14/2020
13-
ms.author: areddish
146
---
157

16-
# Quickstart: Create an object detection project with the Custom Vision Node.js SDK
17-
188
This article shows you how to get started using the Custom Vision SDK with Node.js to build an object detection model. After it's created, you can add tagged regions, upload images, train the project, obtain the project's published prediction endpoint URL, and use the endpoint to programmatically test an image. Use this example as a template for building your own Node.js application.
199

2010
## Prerequisites

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts-sdk/node-tutorial.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
2-
title: "Quickstart: Create an image classification project with the Custom Vision SDK for Node.js"
3-
titleSuffix: Azure Cognitive Services
4-
description: Create a project, add tags, upload images, train your project, and make a prediction using the Node.js SDK.
5-
services: cognitive-services
62
author: areddish
7-
manager: daauld
8-
3+
ms.author: areddish
94
ms.service: cognitive-services
10-
ms.subservice: custom-vision
11-
ms.topic: quickstart
125
ms.date: 04/14/2020
13-
ms.author: areddish
146
---
157

16-
# Quickstart: Create an image classification project with the Custom Vision Node.js SDK
17-
188
This article shows you how to get started using the Custom Vision SDK with Node.js to build an image classification model. After it's created, you can add tags, upload images, train the project, obtain the project's published prediction endpoint URL, and use the endpoint to programmatically test an image. Use this example as a template for building your own Node.js application. If you wish to go through the process of building and using a classification model _without_ code, see the [browser-based guidance](getting-started-build-a-classifier.md) instead.
199

2010
## Prerequisites

0 commit comments

Comments
 (0)