Skip to content

Commit 0293f9f

Browse files
authored
Initial commit
1 parent 3a7ad64 commit 0293f9f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

java/Vision/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Vision REST API samples
3+
4+
These samples are quickstarts that show how to use various Vision APIs, such as Face.
5+
6+
## Prerequisites
7+
- Create an [Azure resource](https://portal.azure.com) for the service you'd like to try, for example a Face resource.
8+
- Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample.
9+
- Add these jar libraries to your project or create a `lib` folder in your working directory and add them there: <br>
10+
* commons-logging-4.0.6+ <br>
11+
* httpclient-4.5.3+ <br>
12+
* httpcore-4.4.13+ <br>
13+
* json-20190722+ <br>
14+
15+
## Running the samples
16+
Build/run in your IDE or from the command line, for example: <br>
17+
`javac Main.java -cp .;lib\*` <br>
18+
`java -cp .;lib\* Main`
19+
20+
## Resources
21+
- Computer Vision documentation: <br>
22+
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/home
23+
- Computer Vision 2.1 API:<br>
24+
https://westus.dev.cognitive.microsoft.com/docs/services/5cd27ec07268f6c679a3e641/operations/56f91f2e778daf14a499f21b
25+
- Face documentation: <br>
26+
https://docs.microsoft.com/en-us/azure/cognitive-services/face/index
27+
- Face 1.0 API: <br>
28+
https://docs.microsoft.com/en-us/azure/cognitive-services/face/apireference

0 commit comments

Comments
 (0)