microsoft.com

The Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it can be used to determine if an image contains mature content, or it can be used to find all the faces in an image. It also has other features like estimating dominant and accent co

🔑 apikey 4 endpoints developer_toolscloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

botframework-sdk ✓ Official
npm install botframework-sdk
WindowsAppSDK ✓ Official
# See https://github.com/microsoft/WindowsAppSDK
cpprestsdk ✓ Official
# See https://github.com/microsoft/cpprestsdk
BotBuilder-Samples ✓ Official
# See https://github.com/microsoft/BotBuilder-Samples
curl examples
This interface is used for getting text operation result. The URL to this int…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  https://westcentralus.api.cognitive.microsoft.com/vision/v2.1/textOperations/{operationId}
This interface is used for getting OCR results of Read operation. The URL to …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  https://westcentralus.api.cognitive.microsoft.com/vision/v2.1/read/operations/{operationId}
Endpoints (4 total)
GET
/textOperations/{operationId}
This interface is used for getting text operation result. The URL to this int…
GET
/read/operations/{operationId}
This interface is used for getting OCR results of Read operation. The URL to …
POST
/recognizeText
Recognize Text operation. When you use the Recognize Text interface, the resp…
POST
/read/core/asyncBatchAnalyze
Use this interface to get the result of a Read operation, employing the state…
Language coverage
JavaScript
1
C++
2
HTML
1
At a glance
Total SDKs4
Languages3
Endpoints4
Authapikey
Categories2
https://westcentralus.api.cognitive.microsoft.com/vision/v2.1