This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
ComputerVision/AnalyzeImage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ static void Main(string[] args)
3333 ComputerVisionClient computerVision = new ComputerVisionClient (
3434 new ApiKeyServiceClientCredentials ( subscriptionKey ) ,
3535 new System . Net . Http . DelegatingHandler [ ] { } ) ;
36-
36+
3737 // Add your Computer Vision endpoint to your environment variables.
3838 computerVision . Endpoint = Environment . GetEnvironmentVariable ( "COMPUTER_VISION_ENDPOINT" ) ;
3939
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ namespace DetectFace
1010{
1111 class Program
1212 {
13+
1314 // Add your Azure Computer Vision subscription key and endpoint to your environment variables
1415 private const string subscriptionKey = Environment . GetEnvironmentVariable ( "COMPUTER_VISION_SUBSCRIPTION_KEY" ) ;
1516 private const string faceEndpoint = Environment . GetEnvironmentVariable ( "COMPUTER_VISION_ENDPOINT" ) ;
You can’t perform that action at this time.
0 commit comments