You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Open the solution ComputerVision.sln in Visual Studio
41
-
3. Download the images from [this repo](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/ComputerVision/Images/) and add the Images folder as content to each project. Alternatively modify the `imageFilePath` in all projects to reflect the path of an appropriate local image.
1. Open the solution ComputerVision.sln in Visual Studio
40
+
1. Download the images from [this repo](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/ComputerVision/Images/) and add the Images folder as content to each project. Alternatively modify the `imageFilePath` in all projects to reflect the path of an appropriate local image.
42
41
43
42
## Running the samples
44
43
45
44
1. Right-click on the relavant project (detectObjects, extractText, etc) and click on 'Set as StartUp Project'
46
-
2. In 'Program.cs', add your Azure Computer Vision subscription key and endpoint to your environment variables with the variable names: COMPUTER_VISION_SUBSCRIPTION_KEY and COMPUTER_VISION_ENDPOINT.
47
-
4. (Optional) Change the remote image URL and location of local image
48
-
5. (Optional) Comment out visual parameters not needed for AnalyzeImage
49
-
6. Hit F5 or build the solution
45
+
1. In 'Program.cs', add your Azure Computer Vision subscription key and endpoint to your environment variables with the variable names: COMPUTER_VISION_SUBSCRIPTION_KEY and COMPUTER_VISION_ENDPOINT.
46
+
1. (Optional) Change the remote image URL and location of local image
47
+
1. (Optional) Comment out visual parameters not needed for AnalyzeImage
0 commit comments