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
@@ -17,6 +17,13 @@ This guide assumes you've followed the steps mentioned in the [quickstart](/azur
17
17
* You have <ahref="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision"title="Created a Computer Vision resource"target="_blank">created a Computer Vision resource </a> and obtained a key and endpoint URL.
18
18
* You have the appropriate SDK package installed and you have a running [quickstart](/azure/ai-services/computer-vision/quickstarts-sdk/image-analysis-client-library-40) application. You can modify this quickstart application based on code examples here.
19
19
20
+
## Add import statements
21
+
22
+
Make sure your code file has the following statements:
To authenticate against the Image Analysis service, you need a Computer Vision key and endpoint URL. This guide assumes that you've defined the environment variables `VISION_KEY` and `VISION_ENDPOINT` with your key and endpoint.
0 commit comments