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
Instantiate a client with your endpoint and key. Create a [ApiKeyCredentials](docs.microsoft.com/python/api/msrest/msrest.authentication.apikeycredentials?view=azure-python) object with your key and endpoint, and use it to create a [ComputerVisionClient]() object.
101
+
Instantiate a client with your endpoint and key. Create a [ApiKeyCredentials](https://docs.microsoft.com/python/api/msrest/msrest.authentication.apikeycredentials?view=azure-python) object with your key and endpoint, and use it to create a [ComputerVisionClient]() object.
@@ -107,7 +107,7 @@ Instantiate a client with your endpoint and key. Create a [ApiKeyCredentials](do
107
107
The code in this section analyzes remote images to extract various visual features. You can do these operations as part of the **analyzeImage** method of the client object, or you can call them using individual methods. See the [reference documentation](https://docs.microsoft.com/javascript/api/overview/azure/cognitiveservices/computervision) for details.
108
108
109
109
> [!NOTE]
110
-
> You can also analyze a local image. See the sample code on [GitHub](github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js) for scenarios involving local images.
110
+
> You can also analyze a local image. See the sample code on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js) for scenarios involving local images.
111
111
112
112
### Get image description
113
113
@@ -220,7 +220,7 @@ Define the helper function `describeType`:
220
220
Computer Vision can read visible text in an image and convert it to a character stream.
221
221
222
222
> [!NOTE]
223
-
> You can also read text from a local image. See the sample code on [GitHub](github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js) for scenarios involving local images.
223
+
> You can also read text from a local image. See the sample code on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js) for scenarios involving local images.
224
224
225
225
### Set up test images
226
226
@@ -263,4 +263,4 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
263
263
>[Computer Vision API reference (Node.js)](https://docs.microsoft.com/javascript/api/overview/azure/cognitiveservices/computervision)
264
264
265
265
*[What is the Computer Vision API?](../Home.md)
266
-
* The source code for this sample can be found on [GitHub](github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js).
266
+
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/ComputerVision/ComputerVisionQuickstart.js).
0 commit comments