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
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/QuickStarts/javascript-hand-text.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,10 +68,7 @@ To create and run the sample, do the following steps:
68
68
69
69
<scripttype="text/javascript">
70
70
functionprocessImage() {
71
-
// **********************************************
72
-
// *** Update or verify the following values. ***
73
-
// **********************************************
74
-
71
+
// Fetch your Computer Vision key and endpoint for this sample.
75
72
var subscriptionKey =document.getElementById("subscriptionKey").value;
76
73
var endpoint =document.getElementById("endpointUrl").value;
77
74
@@ -786,4 +783,4 @@ Explore a JavaScript application that uses Computer Vision to perform optical ch
786
783
> [!div class="nextstepaction"]
787
784
> [Computer Vision API JavaScript Tutorial](../Tutorials/javascript-tutorial.md)
788
785
789
-
* To rapidly experiment with the Computer Vision API, try the [Open API testing console](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa/console).
786
+
* To rapidly experiment with the Computer Vision API, try the [Open API testing console](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa/console).
0 commit comments