Skip to content

Commit b46c5e7

Browse files
authored
Updated link and auth naming
1 parent 7548d41 commit b46c5e7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Vision/ComputerVision/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,23 @@ Sample code for image classification and object detection for Computer Vision, a
1111

1212
## Features
1313

14-
This project framework provides examples for the **Computer Vision SDK** for the [Computer Vision API](https://azure.microsoft.com/en-us/services/cognitive-services/custom-vision-service/)
14+
This project framework provides examples for the **Computer Vision SDK** for the [Computer Vision API](https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/)
1515

1616
## Getting Started
1717

1818
### Prerequisites
1919

20-
- An account at [Custom Vision Service](https://www.customvision.ai)
20+
- An Azure Computer Vision account to get your subscription key and endpoint
2121
- Maven
2222

2323
### Quickstart
2424

25-
To get these samples running locally, simply get the pre-requisites above, then:
25+
To run these samples locally:
2626

2727
1. git clone https://github.com/Azure-Samples/cognitive-services-java-sdk-samples.git
2828
2. cd cognitive-services-java-sdk-samples/Vision/ComputerVision
29-
3. set env variable AZURE_COMPUTERVISION_API_KEY to your cognitive services API key.
29+
3. set environment variable COMPUTER_VISION_SUBSCRIPTION_KEY with your subscription key
30+
4. set environment variable COMPUTER_VISION_ENDPOINT with your endpoint
3031
4. mvn compile exec:java
3132

3233
## More information ##
@@ -37,4 +38,4 @@ If you don't have a Microsoft Azure subscription you can get a FREE trial accoun
3738

3839
---
3940

40-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
41+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)